hide scopealwaysshape from the "add" list, by consensus shive portals et al back to being tagged as volumes

This commit is contained in:
AzaezelX 2023-11-09 16:09:27 -06:00
parent 373508f622
commit 4e93c0543e
9 changed files with 9 additions and 8 deletions

View file

@ -68,7 +68,7 @@ class Zone : public SceneAmbientSoundObject< ScenePolyhedralZone >
// SimObject
DECLARE_CONOBJECT( Zone );
DECLARE_DESCRIPTION( "A volume that encloses objects for visibility culling." );
DECLARE_CATEGORY( "Area" );
DECLARE_CATEGORY("Volume");
static void consoleInit();
};