Skip to content

Commit f7e4875

Browse files
committed
h
1 parent cabdffd commit f7e4875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/editors/charter/VariationCreationScreen.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class VariationCreationScreen extends SongCreationScreen {
4040
meta.vocalsSuffix = meta.instSuffix = '-${meta.variant}';
4141
meta.name = parentMeta.name;
4242
meta.icon = parentMeta.icon;
43-
name.color = parentMeta.color;
43+
meta.color = parentMeta.color;
4444
return super.formatMeta(meta);
4545
}
4646
}

0 commit comments

Comments
 (0)