X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fsubsystem_mgr.hxx;h=02332056a7dbda213890486a71368adf8e7e2e74;hb=c37b27a926b150bc0a63b23ccebddc6d56607bf1;hp=87654d9c51e52e077586dc6837ccbf3d9ba7fbc9;hpb=de35658096122b3e5484cb95845ee51c406f1475;p=simgear.git 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 };