Skip to content

Commit

Permalink
Fix Panel.Style getter not being bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Dec 12, 2016
1 parent b74573f commit ee50105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/logic/smn_menus.cpp
Expand Up @@ -1652,7 +1652,7 @@ REGISTER_NATIVES(menuNatives)
{"Panel.TextRemaining.get", GetPanelTextRemaining},
{"Panel.CurrentKey.get", GetPanelCurrentKey},
{"Panel.CurrentKey.set", SetPanelCurrentKey},
{"Panel.Style", GetPanelStyle},
{"Panel.Style.get", GetPanelStyle},
{"Panel.CanDrawFlags", CanPanelDrawFlags},
{"Panel.SetTitle", SetPanelTitle},
{"Panel.SetKeys", SetPanelKeys},
Expand Down

0 comments on commit ee50105

Please sign in to comment.