mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
setget was causing active interference with INITPERSISTFIELD_SOUNDASSET_ENUMED
This commit is contained in:
parent
19eb3c42f0
commit
10f2453cee
2 changed files with 13 additions and 20 deletions
|
|
@ -221,7 +221,6 @@ struct PlayerData: public ShapeBaseData {
|
|||
};
|
||||
|
||||
DECLARE_SOUNDASSET_ARRAY(PlayerData, PlayerSound, Sounds::MaxSounds);
|
||||
DECLARE_SOUNDASSET_ARRAY_SETGET(PlayerData, PlayerSound);
|
||||
|
||||
Point3F boxSize; ///< Width, depth, height
|
||||
Point3F crouchBoxSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue