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