mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Renamed fixed_process to physics_process
This commit is contained in:
parent
4f39ce32b9
commit
4537977d6d
75 changed files with 296 additions and 296 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue