texturec: Fixed PTC14 encoder. Issue #699.

This commit is contained in:
Branimir Karadžić 2016-02-27 09:05:00 -08:00
parent 46b1b1b885
commit bd508f9624

View file

@ -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);