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:
parent
1866069af2
commit
e293c0c2a6
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue