Re-added accidentally deleted line that removed the preview tooltip

This commit is contained in:
Areloch 2022-12-08 20:15:20 -06:00
parent 6162c5da05
commit 739a111fc2

View file

@ -475,6 +475,8 @@ GuiControl* GuiInspectorTypeImageAssetPtr::constructEditControl()
if (retCtrl == NULL)
return retCtrl;
retCtrl->getRenderTooltipDelegate().bind(this, &GuiInspectorTypeImageAssetPtr::renderTooltip);
// Change filespec
char szBuffer[512];