Code cleanup

This commit is contained in:
Pierre Pronchery 2015-11-22 18:21:46 +01:00
parent 1274a77f1a
commit b2665dcd21

View File

@ -286,8 +286,8 @@ void gserver_refresh(GServer * gserver)
size_t i;
gserver->video_plugin->proto1i(gserver->video_plugin,
GSERVER_VIDEO_PROTO1i_glClear, GL_COLOR_BUFFER_BIT
| GL_DEPTH_BUFFER_BIT);
GSERVER_VIDEO_PROTO1i_glClear,
GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
gserver->video_plugin->proto0(gserver->video_plugin,
GSERVER_VIDEO_PROTO0_glLoadIdentity);
for(i = 0; i < gserver->clients_cnt; i++)