2
0
Бранимир Караџић 6 жил өмнө
parent
commit
02fc8a578b

+ 1 - 1
src/renderer_d3d9.cpp

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