Fixed build.

This commit is contained in:
Бранимир Караџић
2019-07-28 08:25:08 -07:00
parent aaa6abfd9c
commit 02fc8a578b

View File

@@ -3010,7 +3010,7 @@ namespace bgfx { namespace d3d9
, mip.m_format
);
bx::memCopy(bits, temp, pitch, height, srcpitch, pitch);
bx::memCopy(bits, pitch, temp, srcpitch, pitch, height);
BX_FREE(g_allocator, temp);
}