old school syntax

This commit is contained in:
Brandon 2020-10-31 21:44:10 -04:00
parent 180f6b2cfa
commit 968a001a36

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)
{ {