1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-07-20 03:10:34 +00:00

old school syntax

This commit is contained in:
Brandon 2020-10-31 21:44:10 -04:00
parent 1866069af2
commit e293c0c2a6

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