mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-07-23 14:39:00 +00:00
Cleanup.
This commit is contained in:
@@ -169,7 +169,7 @@ namespace bimg
|
||||
break;
|
||||
|
||||
case TextureFormat::RGBA8:
|
||||
bx::memCopy(_dst, _src, srcPitch, _height, srcPitch, dstPitch);
|
||||
bx::memCopy(_dst, dstPitch, _src, srcPitch, srcPitch, _height);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user