about summary refs log tree commit diff
path: root/stage.py
diff options
context:
space:
mode:
Diffstat (limited to 'stage.py')
-rw-r--r--stage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage.py b/stage.py
index 453c759..e2c32d1 100644
--- a/stage.py
+++ b/stage.py
@@ -15,7 +15,7 @@ class Stage():
         self.cross_sectional_area = cross_sectional_area
         
         self.max_engine_gimbaling_angle = max_engine_gimbaling_angle
-        self.gimbal = 0
+        self.gimbal = 0 #one thing is gimbal another is rocket angle (TODO TOODODODODODODOD)
         self.throttle = 100
         self.engines_on = False