Merge branch 'master' of github.com:bkaradzic/bgfx

This commit is contained in:
Бранимир Караџић 2019-03-16 20:31:40 -07:00
commit 0692eb5561

View File

@ -4792,7 +4792,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
if (!init(target if (!init(target
, ti.width , ti.width
, ti.height , ti.height
, ti.depth , textureArray ? ti.numLayers : ti.depth
, ti.numMips , ti.numMips
, _flags , _flags
) ) ) )