소스 검색

:fire: Remove plane debug print

DricomDragon 1 년 전
부모
커밋
cc475882ae
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      first3d/component/entity/plane/tiny_plane.gd

+ 0 - 1
first3d/component/entity/plane/tiny_plane.gd

@@ -20,7 +20,6 @@ func trigger_thrust(activate: bool) -> void:
 
 
 func trigger_direction(dir: Vector2) -> void:
-	print(dir)
 	target_torque = -dir.x * turn_to_torque
 	target_pitch = -dir.y * move_to_pitch