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/d3d11.cpp')
-rw-r--r--overlay/d3d11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/d3d11.cpp b/overlay/d3d11.cpp
index f70873d41..e47f008cb 100644
--- a/overlay/d3d11.cpp
+++ b/overlay/d3d11.cpp
@@ -140,7 +140,7 @@ void D11State::blit(unsigned int x, unsigned int y, unsigned int w, unsigned int
ods("D3D11: Blit %d %d %d %d", x, y, w, h);
- if (! pTexture || ! pSRView)
+ if (! pTexture || ! pSRView || uiLeft == uiRight)
return;
D3D11_MAPPED_SUBRESOURCE mappedTex;