Disable variable delta time

This commit is contained in:
Phillip Stephens 2020-03-03 16:50:25 -08:00
parent 80dbc1920c
commit 09f7096913
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define MP1_USE_BOO 0
#endif
#ifndef MP1_VARIABLE_DELTA_TIME
#define MP1_VARIABLE_DELTA_TIME 1
#define MP1_VARIABLE_DELTA_TIME 0
#endif
#include "IMain.hpp"