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) {
|
||||
continue
|
||||
}
|
||||
texture_name = texture.name.replace("_e.png", "");
|
||||
texture_name = texture.name.replace("_e.png", ".png");
|
||||
texture = Texture.all.findInArray('name', texture_name)
|
||||
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user