Windows Port: Fix yet another compiling issue related to the OpenGL context. (Fixes #811.)
This commit is contained in:
parent
15a6e51739
commit
4b0805e139
|
@ -110,7 +110,7 @@ static bool wgl_beginOpenGL()
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool wgl_endOpenGL()
|
||||
static void wgl_endOpenGL()
|
||||
{
|
||||
// Do nothing.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue