Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 20, 2013
1 parent 2b4a477 commit 2279276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/opengl/SDL_render_gl.c
Expand Up @@ -321,7 +321,6 @@ GL_HandleDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GL
data->error_messages[data->errors-1] = SDL_strdup(message);
}
}
printf("%s\n", message);

/* If there's another error callback, pass it along, otherwise log it */
if (data->next_error_callback) {
Expand Down

0 comments on commit 2279276

Please sign in to comment.