mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +00:00
Fixed some random Worder warnings
This commit is contained in:
parent
2ad409a4f4
commit
5ef130d581
12 changed files with 34 additions and 32 deletions
|
|
@ -224,8 +224,8 @@ class SFXFormat
|
|||
U8 bitsPerSample = 0,
|
||||
U32 samplesPerSecond = 0 )
|
||||
: mChannels( channels ),
|
||||
mSamplesPerSecond( samplesPerSecond ),
|
||||
mBitsPerSample( bitsPerSample )
|
||||
mBitsPerSample( bitsPerSample ),
|
||||
mSamplesPerSecond( samplesPerSecond )
|
||||
{}
|
||||
|
||||
/// Copy constructor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue