Skip to content

Commit 63a75f6

Browse files
committed
remove param from MenuControlState constructor
1 parent 8d908c2 commit 63a75f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

current-scripts/Demos/useful-scripts/scripts/menu_base_structs/menu_base_structs.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enum MENU_CONTROLS {
88
MAX
99
}
1010

11-
function MenuControlState(_control_manager) constructor {
11+
function MenuControlState() constructor {
1212
pressed_state = [];
1313
held_state = [];
1414

0 commit comments

Comments
 (0)