mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Fixed compilation error (untested)
This commit is contained in:
parent
d49ce2bfc0
commit
7da8d7d01d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue