mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
uninitialized variables-sfx
This commit is contained in:
parent
7392d598da
commit
a1a6143e01
11 changed files with 32 additions and 16 deletions
|
|
@ -324,7 +324,7 @@ class SFXWrapAroundBuffer : public SFXBuffer
|
|||
|
||||
SFXWrapAroundBuffer( const ThreadSafeRef< SFXStream >& stream, SFXDescription* description );
|
||||
SFXWrapAroundBuffer( SFXDescription* description )
|
||||
: Parent( description ), mBufferSize( 0 ) {}
|
||||
: Parent( description ), mBufferSize( 0 ), mWriteOffset(0) {}
|
||||
|
||||
virtual U32 getMemoryUsed() const { return mBufferSize; }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue