diff options
author | Dave Parks <davep@lindenlab.com> | 2010-12-03 02:37:14 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-12-03 02:37:14 -0600 |
commit | 48b107ac97a3de61ba028c6058fc1c848309e60f (patch) | |
tree | 7731b1410a9640d232d31a33fe3501c551b1d692 /indra/newview/llviewerwindow.cpp | |
parent | 2bd865cba765c5c80da2eac7a6aec3b5815c7548 (diff) |
Apparently the new standard is to NOT suffix ARB extension function pointers with ARB.
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index ee1759beae..12602169c0 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -4188,7 +4188,7 @@ BOOL LLViewerWindow::rawSnapshot(LLImageRaw *raw, S32 image_width, S32 image_hei { mWindowRectRaw = window_rect; target.flush(); - glBindFramebufferARB(GL_FRAMEBUFFER, 0); + glBindFramebuffer(GL_FRAMEBUFFER, 0); } gDisplaySwapBuffers = FALSE; gDepthDirty = TRUE; |