From: James Turner Date: Thu, 8 Jul 2010 22:21:25 +0000 (+0100) Subject: Add two more subsystem groups, to aid in fixing bug 141. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b286e9d337721b41434f84d8ee348326d06865d7;p=simgear.git Add two more subsystem groups, to aid in fixing bug 141. --- diff --git a/simgear/structure/subsystem_mgr.hxx b/simgear/structure/subsystem_mgr.hxx index 87654d9c..02332056 100644 --- a/simgear/structure/subsystem_mgr.hxx +++ b/simgear/structure/subsystem_mgr.hxx @@ -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 };