fix: harden recovery flow and clean diagnostics
This commit is contained in:
parent
0158b0215f
commit
ff78710303
64 changed files with 1163 additions and 418 deletions
|
|
@ -271,7 +271,6 @@ func _run_client() -> void:
|
|||
assert(player.global_position.distance_to(exterior_spawn.origin) > 1.0)
|
||||
for _frame: int in 2:
|
||||
await physics_frame
|
||||
var expected_position: Vector3 = player.global_position
|
||||
var expected_direction: Vector3 = player.get_facing_direction()
|
||||
|
||||
player.set_casting_visual()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue