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) {