mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
gcc/clang build fix
This commit is contained in:
parent
963739102c
commit
fd23f0d0e9
2 changed files with 3 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ public:
|
|||
SimTime timeout; ///< Time until we stop playing this sound.
|
||||
SFXTrack* profile; ///< Profile on server
|
||||
SFXSource* sound; ///< Sound on client
|
||||
Sound::Sound()
|
||||
Sound()
|
||||
{
|
||||
play = false;
|
||||
timeout = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue