We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.9.2:
class PlayState extends FlxState { function createAttachmentControls():Void { add(attachmentDropDown = new FlxUIDropDownMenu(modelDropDownLoc.x, modelDropDownLoc.y - 30, FlxUIDropDownMenu.makeStrIdLabelArray(FlxGamepadAttachment.getConstructors()), function(attachment) { var gamepad = FlxG.gamepads.lastActive; if (gamepad != null) gamepad.attachment = FlxGamepadAttachment.createByName(attachment); updateConnectedGamepads(true); }, new FlxUIDropDownHeader(150))); } }
1.10.0 - the anon function body is now indented with two tabs:
I guess the 1.9.2 version could be considered buggy as well, since the {} of the anon function are not indented relative to the call.
{}
The text was updated successfully, but these errors were encountered:
fixed indentation of anon function body, fixes HaxeCheckstyle#577
a53407b
a84c93c
No branches or pull requests
1.9.2:
1.10.0 - the anon function body is now indented with two tabs:
I guess the 1.9.2 version could be considered buggy as well, since the
{}
of the anon function are not indented relative to the call.The text was updated successfully, but these errors were encountered: