mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Removed debugging
This commit is contained in:
parent
02f125af93
commit
377c24eb42
1 changed files with 0 additions and 1 deletions
|
|
@ -290,7 +290,6 @@ public final class GLContext {
|
|||
int gl_prefix_index = extension_string.indexOf("GL_");
|
||||
if (gl_prefix_index == -1)
|
||||
continue;
|
||||
System.out.println(extension_string);
|
||||
if (extension_string.equals("GL_EXT_texture_compression_s3tc")) {
|
||||
// Special workaround
|
||||
addExtensionClass(exts, exts_names, "EXTTextureCompressionS3TC", "GL_EXT_texture_compression_s3tc");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue