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 323c51e commit 4d8e99fCopy full SHA for 4d8e99f
source/funkin/options/type/NumOption.hx
@@ -18,7 +18,7 @@ class NumOption extends TextOption {
18
var __number:Alphabet;
19
20
function set_currentValue(v:Float):Float {
21
- if (__number != null) __number.text = ": $v";
+ if (__number != null) __number.text = ': $v';
22
return currentValue = v;
23
}
24
0 commit comments