Fix Panel.Style getter not being bound.
This commit is contained in:
parent
b74573fa12
commit
ee501058fb
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user