Browse Source

Allow head rotation to be visible in multiplayer

master
Luna 7 years ago
parent
commit
f8ac866f3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/player.gd

+ 1
- 1
scripts/player.gd View File

@ -80,7 +80,7 @@ func _integrate_forces(state):
if is_network_master():
control_player(state)
rpc_unreliable("set_status", get_status())
set_rotation()
set_rotation()
slave func set_status(s):
set_transform(s[0])


Loading…
Cancel
Save