mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes
This commit is contained in:
parent
373508f622
commit
4e93c0543e
9 changed files with 9 additions and 8 deletions
|
|
@ -74,7 +74,7 @@ class AccumulationVolume : public ScenePolyhedralSpace
|
|||
// SimObject.
|
||||
DECLARE_CONOBJECT( AccumulationVolume );
|
||||
DECLARE_DESCRIPTION( "Allows objects in an area to have accumulation effect applied." );
|
||||
DECLARE_CATEGORY( "Area" );
|
||||
DECLARE_CATEGORY("Volume");
|
||||
|
||||
virtual bool onAdd();
|
||||
virtual void onRemove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue