mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 23:40:42 +00:00
Make sure to actually remove the signal registration too
This commit is contained in:
parent
970aba9766
commit
c2a46e4b45
2 changed files with 10 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ public:
|
|||
GuiInputCtrl();
|
||||
|
||||
bool onAdd() override;
|
||||
void onRemove() override;
|
||||
|
||||
// GuiControl.
|
||||
bool onWake() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue