Renamed fixed_process to physics_process

This commit is contained in:
AndreaCatania
2017-09-30 16:19:07 +02:00
parent 01a7068f52
commit 1155f74008
3 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ public:
enum YieldMode {
YIELD_RETURN,
YIELD_FRAME,
YIELD_FIXED_FRAME,
YIELD_PHYSICS_FRAME,
YIELD_WAIT
};