Skip to content

Commit 4b7cc19

Browse files
committed
initialize hoverlayer_scrollnote_preview in control_create
sure, I'll find a better name to this variable
1 parent ac435b5 commit 4b7cc19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/control_create/control_create.gml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ function control_create() {
395395

396396
mousewheel = 0
397397
changepitch = 1
398+
hoverlayer_scrollnote_preview = 0
398399

399400
keynames = ["A", "A#", "B", "C", "C#", "D", "D#", "E", "F", "F#", "G", "G#"];
400401
keynames_flat = 0

0 commit comments

Comments
 (0)