mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #788 from Areloch/NewForestItemListFix
Fixes issue where creating a new ForestItem wouldn't have it show in the ForestItemData dropdown on brushes until you restart.
This commit is contained in:
commit
237f5230d7
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ class GuiInspectorDatablockField : public GuiInspectorTypeMenuBase
|
||||||
|
|
||||||
AbstractClassRep *mDesiredClass;
|
AbstractClassRep *mDesiredClass;
|
||||||
|
|
||||||
virtual SimSet* _getDatablockSet() const { return Sim::getDataBlockGroup(); }
|
virtual SimSet* _getDatablockSet() const { return Sim::getDataBlockSet(); }
|
||||||
virtual void _populateMenu( GuiPopUpMenuCtrl* menu );
|
virtual void _populateMenu( GuiPopUpMenuCtrl* menu );
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
@ -131,4 +131,4 @@ class GuiInspectorTypeSFXAmbienceName : public GuiInspectorDatablockField
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue