mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
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:
parent
30251f5be1
commit
52368a0428
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue