Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Texture::convertToImage mipmap cycle.
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.
- Loading branch information