mirror of
https://github.com/GeyserExtensionists/GeyserModelEngineBlockbenchPacker.git
synced 2025-12-19 15:09:23 +00:00
fix
This commit is contained in:
@@ -379,7 +379,7 @@ function calculateVisibleBox() {
|
|||||||
if (texture == null || texture.name == undefined) {
|
if (texture == null || texture.name == undefined) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
texture_name = texture.name.replace("_e.png", "");
|
texture_name = texture.name.replace("_e.png", ".png");
|
||||||
texture = Texture.all.findInArray('name', texture_name)
|
texture = Texture.all.findInArray('name', texture_name)
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user