mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Re-added accidentally deleted line that removed the preview tooltip
This commit is contained in:
parent
6162c5da05
commit
739a111fc2
1 changed files with 2 additions and 0 deletions
|
|
@ -475,6 +475,8 @@ GuiControl* GuiInspectorTypeImageAssetPtr::constructEditControl()
|
|||
if (retCtrl == NULL)
|
||||
return retCtrl;
|
||||
|
||||
retCtrl->getRenderTooltipDelegate().bind(this, &GuiInspectorTypeImageAssetPtr::renderTooltip);
|
||||
|
||||
// Change filespec
|
||||
char szBuffer[512];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue