mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 23:40:42 +00:00
uninitialized variables-math
This commit is contained in:
parent
5f59ebbacc
commit
ebb7ed1b78
13 changed files with 32 additions and 19 deletions
|
|
@ -33,7 +33,7 @@
|
|||
class MRandomGenerator
|
||||
{
|
||||
protected:
|
||||
MRandomGenerator() {}
|
||||
MRandomGenerator() :mSeed(-1) {}
|
||||
S32 mSeed;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue