mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
uninitialized variables-math
This commit is contained in:
parent
5f59ebbacc
commit
ebb7ed1b78
13 changed files with 32 additions and 19 deletions
|
|
@ -76,7 +76,7 @@ class PlaneSet
|
|||
|
||||
/// Create an uninitialized set.
|
||||
/// @warn None of the members will be initialized.
|
||||
PlaneSet() {}
|
||||
PlaneSet() :mNumPlanes(0), mPlanes(NULL) {}
|
||||
|
||||
/// Use the given set of planes to initialize the set.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue