summaryrefslogtreecommitdiffstats
path: root/opengl/system/renderControl_enc/renderControl_enc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/system/renderControl_enc/renderControl_enc.cpp')
-rw-r--r--opengl/system/renderControl_enc/renderControl_enc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/system/renderControl_enc/renderControl_enc.cpp b/opengl/system/renderControl_enc/renderControl_enc.cpp
index 94e256a..41f59d0 100644
--- a/opengl/system/renderControl_enc/renderControl_enc.cpp
+++ b/opengl/system/renderControl_enc/renderControl_enc.cpp
@@ -311,6 +311,8 @@ void rcCloseColorBuffer_enc(void *self , uint32_t colorbuffer)
memcpy(ptr, &packetSize, 4); ptr += 4;
memcpy(ptr, &colorbuffer, 4); ptr += 4;
+
+ stream->flush();
}
void rcSetWindowColorBuffer_enc(void *self , uint32_t windowSurface, uint32_t colorBuffer)