Hello Guest

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

  • 1 Replies
  • 5449 Views
Unmatched format specifier '%X', GL.java:326
« on: August 07, 2016, 20:43:00 »
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 ','

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: Unmatched format specifier '%X', GL.java:326
« Reply #1 on: August 07, 2016, 22:12:09 »
It's fixed in 3.0.1 snapshot builds.