GL tracer: When printing enum, use GL_ONE instead of GL_TRUE
This commit is contained in:
parent
d3cbf7fbf2
commit
b3759d7147
@ -138,6 +138,8 @@ public final class GLTracer implements InvocationHandler {
|
||||
}
|
||||
}
|
||||
}
|
||||
// GL_ONE is more common than GL_TRUE (which is a boolean anyway..)
|
||||
constMap.put(1, "GL_ONE");
|
||||
return constMap;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user