mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
uninitialized variables-util
This commit is contained in:
parent
9e1c22204f
commit
43259e29c1
2 changed files with 4 additions and 2 deletions
|
|
@ -26,6 +26,8 @@
|
|||
//--------------------------------------
|
||||
Noise2D::Noise2D()
|
||||
{
|
||||
dMemset(mPermutation, 0, sizeof(mPermutation));
|
||||
dMemset(mGradient, 0, sizeof(mGradient));
|
||||
mSeed = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue