Commented out the Scene Stats entry as its not implemented yet.

This commit is contained in:
Robert Osfield
2007-06-07 20:26:29 +00:00
parent db86ea2d3f
commit 5a8ec8f470
3 changed files with 5 additions and 5 deletions

View File

@@ -77,8 +77,7 @@ class OSGVIEWER_EXPORT StatsHandler : public osgGA::GUIEventHandler
NO_STATS = 0,
FRAME_RATE = 1,
VIEWER_STATS = 2,
SCENE_STATS = 3,
LAST = 4
LAST = 3
};
void setKeyEventTogglesOnScreenStats(int key) { _keyEventTogglesOnScreenStats = key; }