diff --git a/assets/core/player-controller/scripts/player.gd b/assets/core/player-controller/scripts/player.gd index fafeac7..c78a09f 100644 --- a/assets/core/player-controller/scripts/player.gd +++ b/assets/core/player-controller/scripts/player.gd @@ -52,8 +52,7 @@ func _input(event): func _physics_process(delta: float) -> void: if current_ship != null: - if is_piloting: - # global_transform.basis = current_ship.global_transform.basis + if is_piloting: global_rotation.y = current_ship.global_rotation.y else: