handle framebuffer set to 0

This commit is contained in:
codeanticode
2014-03-12 18:24:42 -04:00
parent 61334d46eb
commit b409759e9c
5 changed files with 41 additions and 22 deletions

View File

@@ -1925,7 +1925,7 @@ public class PLWJGL extends PGL {
// Framebuffers Objects
public void bindFramebuffer(int target, int framebuffer) {
protected void bindFramebufferImpl(int target, int framebuffer) {
GL30.glBindFramebuffer(target, framebuffer);
}