You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Renamed fixed_process to physics_process
This commit is contained in:
@@ -46,7 +46,7 @@ void NavigationPolygonEditor::_notification(int p_what) {
|
||||
create_nav->connect("confirmed", this, "_create_nav");
|
||||
|
||||
} break;
|
||||
case NOTIFICATION_FIXED_PROCESS: {
|
||||
case NOTIFICATION_PHYSICS_PROCESS: {
|
||||
|
||||
} break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user