mirror of
https://github.com/yawut/SDL.git
synced 2026-06-14 12:40:50 -05:00
Fixed declaration of GL_HandleDebugMessage
This commit is contained in:
parent
a08ccfa9f8
commit
35f178cd7f
|
|
@ -307,7 +307,7 @@ GL_ResetState(SDL_Renderer *renderer)
|
|||
GL_CheckError("", renderer);
|
||||
}
|
||||
|
||||
static void
|
||||
static void APIENTRY
|
||||
GL_HandleDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char *message, void *userParam)
|
||||
{
|
||||
SDL_Renderer *renderer = (SDL_Renderer *) userParam;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user