Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3.

This commit is contained in:
Alex Szpakowski
2017-12-16 19:56:02 -04:00
parent 70bf18182d
commit ce46fa3ebe
4 changed files with 5 additions and 84 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ Image::MipmapsType Image::Slices::validate() const
if (textureType == TEXTURE_VOLUME)
mipslices = std::max(mipslices / 2, 1);
}
if (mipcount > 1)
return MIPMAPS_DATA;
else