Avoid a warning
This commit is contained in:
parent
d55626b549
commit
f4c05ad1f9
|
@ -308,6 +308,8 @@ static void _sdl_destroy(GServerVideoPlugin * plugin)
|
|||
/* sdl_call0 */
|
||||
static void _sdl_call0(GServerVideoPlugin * plugin, GServerVideoCall0 func)
|
||||
{
|
||||
(void) plugin;
|
||||
|
||||
if(func == GSERVER_VIDEO_CALL0_SwapBuffers)
|
||||
{
|
||||
SDL_GL_SwapBuffers();
|
||||
|
|
Loading…
Reference in New Issue
Block a user