wrap more displaySide() items for not rendering when in mini rear view mode

This commit is contained in:
ZappoMan 2013-10-23 14:19:25 -07:00
parent 8cd47762e3
commit 3efc277aae

View file

@ -2779,6 +2779,7 @@ void Application::displaySide(Camera& whichCamera, bool selfAvatarOnly) {
_myAvatar.renderScreenTint(SCREEN_TINT_AFTER_AVATARS, whichCamera);
if (!selfAvatarOnly) {
// Render the world box
if (whichCamera.getMode() != CAMERA_MODE_MIRROR && Menu::getInstance()->isOptionChecked(MenuOption::Stats)) {
renderWorldBox();
@ -2841,6 +2842,7 @@ void Application::displaySide(Camera& whichCamera, bool selfAvatarOnly) {
glPopMatrix();
}
}
}
void Application::displayOverlay() {