mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 08:53:52 +00:00
When building Win32 (VS 2019), there are problems in line 45.
This change solves the problem. Special thanks to AnyOldName3 for the hint :)
This commit is contained in:
parent
91c32e65c2
commit
9649bfc4cb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ either expressed or implied, of the FreeBSD Project.
|
||||||
namespace Debug
|
namespace Debug
|
||||||
{
|
{
|
||||||
|
|
||||||
void debugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam)
|
void GL_APIENTRY debugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam)
|
||||||
{
|
{
|
||||||
#ifdef GL_DEBUG_OUTPUT
|
#ifdef GL_DEBUG_OUTPUT
|
||||||
std::string srcStr;
|
std::string srcStr;
|
||||||
|
|
Loading…
Reference in a new issue