v2019.08.21

This commit is contained in:
pypy
2019-08-21 00:19:29 +09:00
parent 4bf4001890
commit e225c2290d

View File

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