document change fix

This commit is contained in:
2025-12-30 14:36:38 -05:00
parent 58077b5522
commit 95b441c4cf
3 changed files with 9 additions and 5 deletions

View File

@@ -217,13 +217,16 @@ namespace anm2ed
case SOUNDS:
sounds_set();
break;
case ANIMATIONS:
animations_set();
break;
case FRAMES:
events_set();
sounds_set();
break;
case ITEMS:
layers_set();
nulls_set();
spritesheets_set();
break;
case ANIMATIONS:
case ALL:
layers_set();
nulls_set();