From f540eb5f7b3ae8d82b4c454e74b0d208abf2d1f5 Mon Sep 17 00:00:00 2001 From: Mikolka9144 <51335952+mikolka9144@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:40:02 +0100 Subject: [PATCH] fixed that one checkbox --- source/editors/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/editors/ChartingState.hx b/source/editors/ChartingState.hx index 5fa1b60e..fe67cbb3 100644 --- a/source/editors/ChartingState.hx +++ b/source/editors/ChartingState.hx @@ -975,7 +975,7 @@ var ratingInput:FlxUINumericStepper; exportMetadataBtn = new FlxButton(20,200,"Export",onMetadataSaveClick.bind()); characterName = new FlxUIInputText(180,70,100,"",8); albumName = new FlxUIInputText(180,120,100,"",8); - chk_allowNew = new FlxUICheckBox(180,30,null,false,"Show \"new\" tag"); + chk_allowNew = new FlxUICheckBox(180,30,null,null,"Show \"new\" tag"); txt_altInstSong = new FlxUIInputText(20,160,250,"",8); tab_group.add(new FlxText(ratingInput.x, ratingInput.y - 15, 80, 'Rating:'));