Fix Panel.Style getter not being bound.

This commit is contained in:
Nicholas Hastings
2016-12-12 08:52:26 -05:00
committed by GitHub
parent b74573fa12
commit ee501058fb
+1 -1
View File
@@ -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},