old school syntax
This commit is contained in:
parent
180f6b2cfa
commit
968a001a36
@ -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…
x
Reference in New Issue
Block a user