mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 04:32:28 +00:00
Forgot a (void)
This commit is contained in:
parent
7e54ff2f4e
commit
eee333dd20
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ fboRenderBuffer_t *R_FBO_CreateRenderBuffer(int width, int height, int pixelform
|
|||
return ret;
|
||||
}
|
||||
|
||||
qboolean R_FBO_Check()
|
||||
qboolean R_FBO_Check(void)
|
||||
{
|
||||
GLenum status = qglCheckFramebufferStatusEXT(GL_FRAMEBUFFER_EXT);
|
||||
const char* msg = "unknown error";
|
||||
|
|
Loading…
Reference in a new issue