Fixed jetpack graphics synchronisation for real now

remotes/1699356774427214332/tmp_refs/heads/announcer pre-alpha_0.1e
Jan Heemstra 2021-04-08 00:09:12 +02:00
parent fd1fc90b35
commit c562a84da1
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ remote func mouselook(rel):
rpc_unreliable("mouselook_abs", camera.rotation.x, rotation.y)
func _physics_process(delta):
if is_dead:
if get_parent().name != "Players":
return
check_floor_collision()