Windows Port: Fix yet another compiling issue related to the OpenGL context. (Fixes #811.)

This commit is contained in:
Roger Manuel 2024-07-15 10:00:38 -07:00 committed by GitHub
parent 15a6e51739
commit 4b0805e139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static bool wgl_beginOpenGL()
return true;
}
static bool wgl_endOpenGL()
static void wgl_endOpenGL()
{
// Do nothing.
}