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:
@@ -39,7 +39,7 @@ public:
|
||||
enum YieldMode {
|
||||
YIELD_RETURN,
|
||||
YIELD_FRAME,
|
||||
YIELD_FIXED_FRAME,
|
||||
YIELD_PHYSICS_FRAME,
|
||||
YIELD_WAIT
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user