Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/lib.cpp')
-rw-r--r--overlay/lib.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/overlay/lib.cpp b/overlay/lib.cpp
index ab3baf558..43613bc98 100644
--- a/overlay/lib.cpp
+++ b/overlay/lib.cpp
@@ -298,8 +298,10 @@ void Pipe::checkMessage(unsigned int width, unsigned int height) {
uiTop = omMsg.oma.y;
uiRight = omMsg.oma.x + omMsg.oma.w;
uiBottom = omMsg.oma.y + omMsg.oma.h;
- if (a_ucTexture)
+ if (a_ucTexture) {
setRect();
+ blit(0, 0, uiWidth, uiHeight);
+ }
}
break;
default: