1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-29 13:48:50 +00:00

old school syntax

This commit is contained in:
Brandon 2020-10-31 21:44:10 -04:00
parent 4a901c1cb6
commit 3d0acca834

View file

@ -278,7 +278,7 @@ class Controls extends FlxActionSet
* @param func * @param func
* @return ->Void) * @return ->Void)
*/ */
function forEachBound(control:Control, func:(FlxActionDigital, FlxInputState) -> Void) function forEachBound(control:Control, func:FlxActionDigital -> Void, func:FlxInputState -> Void)
{ {
switch (control) switch (control)
{ {