Renamed fixed_process to physics_process

This commit is contained in:
AndreaCatania
2017-09-30 16:19:07 +02:00
parent 4f39ce32b9
commit 4537977d6d
75 changed files with 296 additions and 296 deletions

View File

@ -50,7 +50,7 @@ protected:
public:
enum TimerProcessMode {
TIMER_PROCESS_FIXED,
TIMER_PROCESS_PHYSICS,
TIMER_PROCESS_IDLE,
};