mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-18 04:53:07 +01: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