You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Renamed fixed_process to physics_process
This commit is contained in:
@@ -183,7 +183,7 @@ PhysicsDirectSpaceState *PhysicsServerSW::space_get_direct_state(RID p_space) {
|
||||
ERR_FAIL_COND_V(!space, NULL);
|
||||
if (!doing_sync || space->is_locked()) {
|
||||
|
||||
ERR_EXPLAIN("Space state is inaccessible right now, wait for iteration or fixed process notification.");
|
||||
ERR_EXPLAIN("Space state is inaccessible right now, wait for iteration or physics process notification.");
|
||||
ERR_FAIL_V(NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user