mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user