Merge branch 'next' of git://gitorious.org/fg/simgear into next

This commit is contained in:
Erik Hofman
2010-07-09 08:53:56 +02:00

View 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
};