mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Merge branch 'master' of cane:bkaradzic/bgfx
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user