From 7690b46cd0e0707930934e661ce5a1cb3f91089b Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 25 May 2022 12:42:07 -0400 Subject: [PATCH] change DEFAULT_SIM_SPEED --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6a961a3..21b5669 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -248,6 +248,7 @@ updateOrbit(TwoBodySystem sys, Entity& ellipse_entity) #endif } +// FIXME: this needs some helpers void preFrameCallback(RenderState* rs, void* user_data = nullptr) { @@ -308,7 +309,7 @@ postFrameCallback(RenderState* rs, void* user_data = nullptr) gooDraw(rs->handles.window, (GameState*) user_data); } -#define DEFAULT_SIM_SPEED 2000 +#define DEFAULT_SIM_SPEED 500 #define GAME_ARENA_SIZE 16 * 1024 * 1024 // 16MB #define DEFAULT_MAX_ORBITS 10000 int