mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-16 17:02:43 +00:00
old school syntax
This commit is contained in:
parent
1866069af2
commit
e293c0c2a6
|
@ -278,7 +278,7 @@ class Controls extends FlxActionSet
|
|||
* @param func
|
||||
* @return ->Void)
|
||||
*/
|
||||
function forEachBound(control:Control, func:(FlxActionDigital, FlxInputState) -> Void)
|
||||
function forEachBound(control:Control, func:FlxActionDigital -> Void, func:FlxInputState -> Void)
|
||||
{
|
||||
switch (control)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue