瀏覽代碼

:fire: Remove debug forward prints

DricomDragon 1 年之前
父節點
當前提交
82bd8c9fb1
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      godot/component/entity/walker/walker.gd

+ 0 - 2
godot/component/entity/walker/walker.gd

@@ -151,8 +151,6 @@ func _look_forward(forward: Vector3) -> void:
 	if is_vertical:
 		return
 	else:
-		print("Look from ", position, " to direction ", forward)
-		print("Angle ", forward.angle_to(Vector3.UP))
 		look_at(position + forward)