mirror of https://github.com/AxioDL/metaforce.git
Disable variable delta time
This commit is contained in:
parent
80dbc1920c
commit
09f7096913
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue