This commit is contained in:
halx99 2022-02-06 13:18:27 +08:00
parent 64e678c84a
commit 0867240fe9
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ void VolatileTextureMgr::reloadAllTextures()
case VolatileTexture::kImageData:
{
vt->_texture->initWithData(vt->_textureData, vt->_dataLen, vt->_pixelFormat, vt->_textureSize.width,
vt->_textureSize.height, vt->_textureSize);
vt->_textureSize.height);
}
break;
case VolatileTexture::kString: