uninitialized variables-math

This commit is contained in:
AzaezelX 2020-05-11 16:17:40 -05:00
parent 5f59ebbacc
commit ebb7ed1b78
13 changed files with 32 additions and 19 deletions

View file

@ -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.
///