GLRenderer: forget an end parenthesis
This commit is contained in:
parent
ba3e6917c6
commit
ab7a45f66c
@ -140,7 +140,7 @@ public class GLRenderer implements Renderer {
|
||||
|
||||
private HashSet<String> loadExtensions() {
|
||||
HashSet<String> extensionSet = new HashSet<String>(64);
|
||||
if (caps.contains(Caps.OpenGL30) {
|
||||
if (caps.contains(Caps.OpenGL30)) {
|
||||
// If OpenGL3+ is available, use the non-deprecated way
|
||||
// of getting supported extensions.
|
||||
gl3.glGetInteger(GL3.GL_NUM_EXTENSIONS, intBuf16);
|
||||
|
Loading…
x
Reference in New Issue
Block a user