mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
fix TORQUE_TOOLS = off compilation
This commit is contained in:
parent
9836f6eb30
commit
4a7104e5ea
38 changed files with 80 additions and 56 deletions
|
|
@ -45,11 +45,13 @@
|
|||
class Zone : public SceneAmbientSoundObject< ScenePolyhedralZone >
|
||||
{
|
||||
public:
|
||||
typedef SceneAmbientSoundObject< ScenePolyhedralZone > Parent;
|
||||
bool mSelecting = false;
|
||||
#ifdef TORQUE_TOOLS
|
||||
static void initPersistFields();
|
||||
static bool _doSelect(void* object, const char* index, const char* data);
|
||||
typedef SceneAmbientSoundObject< ScenePolyhedralZone > Parent;
|
||||
void selectWithin();
|
||||
#endif
|
||||
protected:
|
||||
|
||||
// SceneVolume.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue