We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd87c8 commit c28e056Copy full SHA for c28e056
source/funkin/editors/charter/VariationCreationScreen.hx
@@ -39,7 +39,7 @@ class VariationCreationScreen extends SongCreationScreen {
39
meta.variant = meta.name;
40
meta.vocalsSuffix = meta.instSuffix = '-${meta.variant}';
41
meta.name = parentMeta.name;
42
- meta.face = parentMeta.face;
+ meta.icon = parentMeta.icon;
43
return super.formatMeta(meta);
44
}
45
0 commit comments