summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-09-12 07:29:26 +0800
committerErik Kundiman <erik@megapahit.org>2025-09-12 07:57:30 +0800
commitf87fa59b1e490d7a752bf8937bc67b7b18a62ad5 (patch)
tree1794ca14a7da95fbaa621661c2096a4b39142fb2 /indra/newview/llviewerwindow.cpp
parent7279245b5fee11bf0683a068639d42f3bacd5e6b (diff)
parent067d83b640d3fae45098ef8bc71e913c1eb65a44 (diff)
Merge remote-tracking branch 'mobserveur/experimental2'
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r--indra/newview/llviewerwindow.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index b3295651c2..35f33e64cb 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -1978,7 +1978,6 @@ LLViewerWindow::LLViewerWindow(const Params& p)
// Initialize OpenGL Renderer
LLVertexBuffer::initClass(mWindow, gSavedSettings.getU32("MPVertexBufferMode"));
-
LL_INFOS("RenderInit") << "LLVertexBuffer initialization done." << LL_ENDL ;
if (!gGL.init(true))
{
@@ -5056,7 +5055,7 @@ bool LLViewerWindow::rawSnapshot(LLImageRaw *raw, S32 image_width, S32 image_hei
mWorldViewRectRaw.set(0, image_height, image_width, 0);
LLViewerCamera::getInstance()->setViewHeightInPixels( mWorldViewRectRaw.getHeight() );
LLViewerCamera::getInstance()->setAspect( getWorldViewAspectRatio() );
- scratch_space.bindTarget("", 0);
+ scratch_space.bindTarget();
}
else
{
@@ -5323,7 +5322,7 @@ bool LLViewerWindow::simpleSnapshot(LLImageRaw* raw, S32 image_width, S32 image_
{
mWorldViewRectRaw.set(0, image_height, image_width, 0);
- scratch_space.bindTarget("", 0);
+ scratch_space.bindTarget();
}
else
{