summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-07-10 00:42:10 +0000
committerDon Kjer <don@lindenlab.com>2012-07-10 00:42:10 +0000
commitcb2b59b48b6cf8aeb17f5b0f9f4063e8340ce144 (patch)
tree00277a9a3a1f29c43f27bde7dd1f837253d973f2 /indra/newview/llappviewer.h
parent29385890a412ba7cfbd4ca89b7a2e32c05aab97d (diff)
Added new settings: DisableAllRenderTypes, DisableAllRenderFeatures, and MaxFPS.
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index ae3c795d1e..f55954234f 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -254,6 +254,7 @@ private:
bool mQuitRequested; // User wants to quit, may have modified documents open.
bool mLogoutRequestSent; // Disconnect message sent to simulator, no longer safe to send messages to the sim.
S32 mYieldTime;
+ F32 mMinFrameTime;
struct SettingsFiles* mSettingsLocationList;
LLWatchdogTimeout* mMainloopTimeout;