Unmatched format specifier '%X', GL.java:326

Started by Verminator04, August 07, 2016, 20:43:00

Previous topic - Next topic

Verminator04

I downloaded the 3.0.0 build from Maven and noticed this bug:
GL.class --> source, line 326
apiLog(String.format("An OpenGL context was in an error state before the creation of its capabilities instance. Error: 0x%X" + errorCode));

The %X is unmatched, the '+' should be a ','

spasi