From e225c2290de2cf5d3c1735622d5a18d2e5988ca5 Mon Sep 17 00:00:00 2001 From: pypy Date: Wed, 21 Aug 2019 00:19:29 +0900 Subject: [PATCH] v2019.08.21 --- Browser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Browser.cs b/Browser.cs index 6c9ef386..f2923aeb 100644 --- a/Browser.cs +++ b/Browser.cs @@ -52,7 +52,7 @@ namespace VRCX { var context = m_Texture.Device.ImmediateContext; var box = context.MapSubresource(m_Texture, 0, MapMode.WriteDiscard, MapFlags.None); - if (box.IsEmpty) + if (!box.IsEmpty) { if (box.RowPitch == H.Width * 4) {