From ee65966c367a2dc6638a5e0d6a75a43326dc9184 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 17 Jul 2025 13:21:08 -0400 Subject: [PATCH] change a NOTE: to a FIXME: --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 55e7b4c..295f244 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -305,7 +305,7 @@ loadScene(GameState* gs, RenderState* rs) addManeuver(gs, go_2, ImpulseType::CIRCULARIZE_LOWERING); // NOTE: pre-select an orbit for testing - // NOTE: doesn't work the same with the Combo Selection + // FIXME: doesn't work the same with the Combo Selection //selectOrbit(gs, go_2); #if DEBUG_ORBITS