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 ec65cae commit 66c1cd9Copy full SHA for 66c1cd9
source/funkin/options/OptionsMenu.hx
@@ -153,7 +153,7 @@ class OptionsMenu extends TreeMenu {
153
for(node in xml.elements) {
154
switch(node.name) {
155
case "separator":
156
- options.push(new Separator(node.has.height ? Std.parseFloat(node.att.height) : null));
+ options.push(new Separator(node.has.height ? Std.parseFloat(node.att.height) : 67));
157
}
158
159
if (!node.has.name) {
0 commit comments