From 7b3359c565543108ead86ed37383bacedea59aa4 Mon Sep 17 00:00:00 2001 From: Gary Steven K Date: Sun, 15 Dec 2024 00:53:54 -0500 Subject: [PATCH] update --- assets/core/player-controller/scripts/player.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: