* Fine, Eric.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10527 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
cb0a2ed1cd
commit
a725516f00
@ -1495,12 +1495,6 @@ public class OGLESShaderRenderer implements Renderer {
|
||||
}
|
||||
|
||||
setFrameBuffer(fb);
|
||||
if (context.boundReadBuf != rb.getSlot()) {
|
||||
GLES20.glActiveTexture(convertAttachmentSlot(rb.getSlot()));
|
||||
RendererUtil.checkGLError();
|
||||
|
||||
context.boundReadBuf = rb.getSlot();
|
||||
}
|
||||
} else {
|
||||
setFrameBuffer(null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user