Remove debug printf on Windows
This commit is contained in:
parent
108a36f515
commit
c0beab6c5b
|
@ -181,8 +181,6 @@ Error ContextGL_Win::initialize() {
|
||||||
MessageBox(NULL, "Can't Activate The GL 3.3 Rendering Context.", "ERROR", MB_OK | MB_ICONEXCLAMATION);
|
MessageBox(NULL, "Can't Activate The GL 3.3 Rendering Context.", "ERROR", MB_OK | MB_ICONEXCLAMATION);
|
||||||
return ERR_CANT_CREATE; // Return FALSE
|
return ERR_CANT_CREATE; // Return FALSE
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Activated GL 3.3 context");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wglSwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)wglGetProcAddress("wglSwapIntervalEXT");
|
wglSwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)wglGetProcAddress("wglSwapIntervalEXT");
|
||||||
|
|
Loading…
Reference in New Issue