You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +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