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 4573fef commit eaacc5dCopy full SHA for eaacc5d
source/funkin/editors/charter/VariationCreationScreen.hx
@@ -39,6 +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;
43
return super.formatMeta(meta);
44
}
45
0 commit comments