diff options
author | Callum Prentice <callum@lindenlab.com> | 2010-02-03 15:14:28 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2010-02-03 15:14:28 -0800 |
commit | 20694367c23f36c537f99fc544b88e63f8ce6bb0 (patch) | |
tree | a57fb8dcb6d3949aecb8cdbc99de9139a494ed61 /indra/newview/llviewerwindow.cpp | |
parent | fea3e5ea7659bcefb6715bd87affdece2b4407fb (diff) | |
parent | da19bed9a816a396fbc359803bd6a7f88bf8b6ae (diff) |
Merge with HEAD
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index fdc6675db1..315b7c52cf 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -233,6 +233,7 @@ S32 gDebugRaycastFaceHit; BOOL gDisplayWindInfo = FALSE; BOOL gDisplayCameraPos = FALSE; BOOL gDisplayFOV = FALSE; +BOOL gDisplayBadge = FALSE; S32 CHAT_BAR_HEIGHT = 28; S32 OVERLAY_BAR_HEIGHT = 20; @@ -422,6 +423,11 @@ public: addText(xpos, ypos, llformat("FOV: %2.1f deg", RAD_TO_DEG * LLViewerCamera::getInstance()->getView())); ypos += y_inc; } + if (gDisplayBadge) + { + addText(xpos, ypos+(y_inc/2), llformat("Hippos!", RAD_TO_DEG * LLViewerCamera::getInstance()->getView())); + ypos += y_inc * 2; + } /*if (LLViewerJoystick::getInstance()->getOverrideCamera()) { |