Merge commit 'f970be0e4ddf90e64c2e87cc6b2123aa933b3ab1'

# Conflicts:
#	resources/vanilla
This commit is contained in:
Dylan K. Taylor 2020-06-17 21:12:46 +01:00
commit 5c94c6992d

View File

@ -52,8 +52,6 @@ class SkinImage{
return new self(32, 64, $data);
case 64 * 64 * 4:
return new self(64, 64, $data);
case 128 * 64 * 4:
return new self(64, 128, $data);
case 128 * 128 * 4:
return new self(128, 128, $data);
}