mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Replaced debug libraries with runtime debug condition
This commit is contained in:
parent
cd2a1cc13f
commit
472b5337d4
28 changed files with 679 additions and 952 deletions
|
|
@ -161,9 +161,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Pbuffer_nMakeCurrent
|
|||
GLXPbuffer buffer = buffer_info->buffer;
|
||||
GLXContext context = buffer_info->context;
|
||||
if (glXMakeContextCurrent(getCurrentDisplay(), buffer, buffer, context) == False) {
|
||||
#ifdef _DEBUG
|
||||
printf("Could not make pbuffer current");
|
||||
#endif
|
||||
printfDebug("Could not make pbuffer current");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue