Fixed issue #1539.

This commit is contained in:
Branimir Karadžić 2018-10-31 17:03:51 -07:00
parent e7c38a41d6
commit 0309bb1acb

View File

@ -4618,8 +4618,7 @@ BX_TRACE("%d, %d, %d, %s", _array, _srgb, _mipAutogen, getName(_format) );
, _depth , _depth
) ); ) );
} }
else if (computeWrite)
if (computeWrite)
{ {
if (_target == GL_TEXTURE_3D) if (_target == GL_TEXTURE_3D)
{ {