Browse Source

properly set SIM_SPEED after changes

main
cinnaboot 4 years ago
parent
commit
6714bd9123
  1. 2
      src/main.cpp

2
src/main.cpp

@ -266,7 +266,7 @@ postFrameCallback(RenderState* rs, void* user_data = nullptr)
gs->sim_speed);
}
#define DEFAULT_SIM_SPEED 100
#define DEFAULT_SIM_SPEED 2000
int
main()
{

Loading…
Cancel
Save