Skip to content

Commit

Permalink
Merge branch 'flxui_id_name_refactor' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
larsiusprime committed Jan 22, 2015
2 parents 5825bb5 + 5202354 commit 873ed88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Effects/BlendModes/source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import flixel.addons.ui.FlxUIDropDownMenu;
import flixel.addons.ui.FlxUINumericStepper;
import flixel.addons.ui.FlxUIState;
import flixel.addons.ui.interfaces.IFlxUIWidget;
import flixel.addons.ui.StrIdLabel;
import flixel.addons.ui.StrNameLabel;
import flixel.FlxG;
import flixel.FlxSprite;
import flixel.FlxState;
Expand Down
2 changes: 1 addition & 1 deletion Effects/Transitions/source/MenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class MenuState extends FlxUIState
{
case FlxUITypedButton.CLICK_EVENT:
var butt:FlxUIButton = cast sender;
if (butt.id == "transition")
if (butt.name == "transition")
{
matchUI();
transition();
Expand Down

0 comments on commit 873ed88

Please sign in to comment.