Fixed compilation error (untested)

This commit is contained in:
Caspian Rychlik-Prince 2004-03-03 10:06:18 +00:00
parent d49ce2bfc0
commit 7da8d7d01d
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public class PbufferTest {
private void initPbuffer() {
try {
pbuffer = new Pbuffer(512, 512, mode.bpp, 0, 0, 0, 0);
pbuffer = new Pbuffer(512, 512, mode.bpp, 0, 0, 0, 0, null);
pbuffer.makeCurrent();
initGLState(256, 256, 0.5f);
GL11.glBindTexture(GL11.GL_TEXTURE_2D, tex_handle);