mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 23:26:09 +00:00
removed redundant else statement
This commit is contained in:
@@ -286,7 +286,7 @@ namespace PckStudio
|
||||
if (!char.IsDigit(name[name.Length - 1])) return false; // check if last character is a digit (0-9). If not return false
|
||||
// If string does not end with MipMapLevel, then it's not MipMapped
|
||||
if (!name.Remove(name.Length - 1, 1).EndsWith("MipMapLevel")) return false;
|
||||
else return true;
|
||||
return true;
|
||||
}
|
||||
|
||||
private void HandleTextureFile(PCKFile.FileData file)
|
||||
|
||||
Reference in New Issue
Block a user