This commit is contained in:
zimzaza4
2025-01-01 09:24:27 +08:00
parent 693666c621
commit 761a3b0617

View File

@@ -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