mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed build.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user