feat: update
This commit is contained in:
@@ -65,7 +65,7 @@ func test_desync_triggers_correction():
|
||||
var server_pos = Vector3(50, 50, 50)
|
||||
var correction = _calculate_position_correction(client_pos, server_pos)
|
||||
|
||||
assert_is_not_empty(correction, "Desync should trigger correction")
|
||||
assert_false(correction.is_empty(), "Desync should trigger correction")
|
||||
|
||||
# Test 8: Multiple axis deviation is calculated correctly
|
||||
func test_multi_axis_deviation():
|
||||
|
||||
Reference in New Issue
Block a user