summaryrefslogtreecommitdiff
path: root/source/cl_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_main.c')
-rw-r--r--source/cl_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_main.c b/source/cl_main.c
index 71312d3..dc39af7 100644
--- a/source/cl_main.c
+++ b/source/cl_main.c
@@ -2560,7 +2560,7 @@ void CL_Frame( int msec ) {
}
}
if( ref_extra < ref_msec ) {
- if( !cl_async->integer ) {
+ if( !cl_async->integer && !cl.sendPacketNow ) {
return; // everything ticks in sync with refresh
}
ref_frame = qfalse;