This commit is contained in:
Бранимир Караџић
2019-07-27 20:12:31 -07:00
parent 6d3fe83a40
commit dab021bc46
3 changed files with 5 additions and 5 deletions

View File

@@ -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: