summaryrefslogtreecommitdiff
path: root/src/rend2/tr_glsl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rend2/tr_glsl.c')
-rw-r--r--src/rend2/tr_glsl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rend2/tr_glsl.c b/src/rend2/tr_glsl.c
index 941d75a9..6e8d91ac 100644
--- a/src/rend2/tr_glsl.c
+++ b/src/rend2/tr_glsl.c
@@ -829,8 +829,7 @@ void GLSL_InitGPUShaders(void)
ri.Printf(PRINT_ALL, "------- GLSL_InitGPUShaders -------\n");
- // make sure the render thread is stopped
- R_SyncRenderThread();
+ R_IssuePendingRenderCommands();
startTime = ri.Milliseconds();