diff options
| author | 2011-11-22 12:35:25 -0800 | |
|---|---|---|
| committer | 2011-11-22 12:35:25 -0800 | |
| commit | a2fabf4a109d46f99ff7370aa05e48c1708c2838 (patch) | |
| tree | dd160fcabedd56f0be6c73850eec81672ef82cf9 /libs/hwui/OpenGLRenderer.cpp | |
| parent | e25ed181070579fca2522112b1659af2fbf8ddfc (diff) | |
| parent | 303a0695b8fa0b8f0095c437145a28633a7a8d92 (diff) | |
am 303a0695: Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1
* commit '303a0695b8fa0b8f0095c437145a28633a7a8d92':
Draw in the correct FBO after invoking a GL functor Bug #5650514
Diffstat (limited to 'libs/hwui/OpenGLRenderer.cpp')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.cpp b/libs/hwui/OpenGLRenderer.cpp index 32595e4a55ae..7561a47fa533 100644 --- a/libs/hwui/OpenGLRenderer.cpp +++ b/libs/hwui/OpenGLRenderer.cpp @@ -208,7 +208,7 @@ void OpenGLRenderer::resume() { glDisable(GL_DITHER); - glBindFramebuffer(GL_FRAMEBUFFER, getTargetFbo()); + glBindFramebuffer(GL_FRAMEBUFFER, mSnapshot->fbo); glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); mCaches.blend = true; |