mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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;
|
||||
|
||||
virtual SimSet* _getDatablockSet() const { return Sim::getDataBlockGroup(); }
|
||||
virtual SimSet* _getDatablockSet() const { return Sim::getDataBlockSet(); }
|
||||
virtual void _populateMenu( GuiPopUpMenuCtrl* menu );
|
||||
|
||||
public:
|
||||
|
|
@ -131,4 +131,4 @@ class GuiInspectorTypeSFXAmbienceName : public GuiInspectorDatablockField
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue