Updated OpenGL headers
Former-commit-id: 78e59741ea4e8b2109bddf6f95d0453a7c40cb5a
This commit is contained in:
parent
8dba8599d2
commit
8f9771ab8b
|
|
@ -27,7 +27,7 @@ namespace
|
||||||
|
|
||||||
std::vector<NzContext*> contexts;
|
std::vector<NzContext*> contexts;
|
||||||
|
|
||||||
void CALLBACK DebugCallback(unsigned int source, unsigned int type, unsigned int id, unsigned int severity, int length, const char* message, void* userParam)
|
void CALLBACK DebugCallback(unsigned int source, unsigned int type, unsigned int id, unsigned int severity, int length, const char* message, const void* userParam)
|
||||||
{
|
{
|
||||||
NazaraUnused(length);
|
NazaraUnused(length);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue