fix gaffe with spritesheets

This commit is contained in:
2026-05-25 22:23:27 -04:00
parent 93707b234c
commit 8a48eece86
6 changed files with 83 additions and 18 deletions
+1 -1
View File
@@ -1546,7 +1546,7 @@ namespace anm2ed
else
element_child_id_erase(*container, type, element.id);
if (type == ElementType::SOUND_ELEMENT || type == ElementType::SPRITESHEET)
element.path = path::lower_case_backslash_handle(element.path);
element.path = path::backslash_handle(element.path);
container->children.push_back(element);
}