about summary refs log tree commit diff
path: root/src/engine/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client')
-rw-r--r--src/engine/client/ec_gfx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/client/ec_gfx.c b/src/engine/client/ec_gfx.c
index 516e68a3..18b17a74 100644
--- a/src/engine/client/ec_gfx.c
+++ b/src/engine/client/ec_gfx.c
@@ -650,6 +650,9 @@ void gfx_swap()
 		glfwSwapBuffers();
 		perf_end();
 	}
+	
+	if(config.gfx_finish)
+		glFinish();
 
 	/*	
 	if(inp_key_pressed('P'))