Skip to content

Commit b8a92f8

Browse files
committed
remove unneeded parameter
1 parent a3b4b18 commit b8a92f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function ControlManagerPlayer() constructor {
124124
}
125125
}
126126

127-
function process_input(_control_manager) {
127+
function process_input() {
128128
prev_stick_input.x = stick_input.x;
129129
prev_stick_input.y = stick_input.y;
130130

2.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)