Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Main: Texture::convertToImage - fix mipmaps (#3282)
If the method is called with includeMipMaps = FALSE or if the Texture has only one/primary mipmap in that case numMips = 0. Therefore the code just creates an empty Ogre::Image without filling its content. Co-authored-by: stupak <[email protected]>
- Loading branch information