texturec: Fixed PTC14 encoder. Issue #699.
This commit is contained in:
parent
46b1b1b885
commit
bd508f9624
@ -117,7 +117,7 @@ namespace bgfx
|
||||
case TextureFormat::PTC14:
|
||||
{
|
||||
using namespace Javelin;
|
||||
RgbBitmap bmp;
|
||||
RgbaBitmap bmp;
|
||||
bmp.width = _width;
|
||||
bmp.height = _height;
|
||||
bmp.data = (uint8_t*)const_cast<void*>(_src);
|
||||
|
Loading…
x
Reference in New Issue
Block a user