]> git.mxchange.org Git - simgear.git/commitdiff
Add two more subsystem groups, to aid in fixing bug 141.
authorJames Turner <zakalawe@mac.com>
Thu, 8 Jul 2010 22:21:25 +0000 (23:21 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 8 Jul 2010 22:21:25 +0000 (23:21 +0100)
simgear/structure/subsystem_mgr.hxx

index 87654d9c51e52e077586dc6837ccbf3d9ba7fbc9..02332056a7dbda213890486a71368adf8e7e2e74 100644 (file)
@@ -384,6 +384,8 @@ public:
         INIT = 0,
         GENERAL,
         FDM,  ///< flight model, autopilot, instruments that run coupled
+        POST_FDM,   ///< certain subsystems depend on FDM data
+        DISPLAY,    ///< view, camera, rendering updates
         MAX_GROUPS
     };