uninitialized variables-scene

This commit is contained in:
AzaezelX 2020-05-11 15:20:03 -05:00
parent 8aa03a4ac9
commit 7392d598da
3 changed files with 4 additions and 4 deletions

View file

@ -56,6 +56,7 @@ class PathManager
Vector<U32> msToNext;
PathEntry() {
totalTime = 0;
VECTOR_SET_ASSOCIATION(positions);
VECTOR_SET_ASSOCIATION(rotations);
VECTOR_SET_ASSOCIATION(smoothingType);
@ -105,7 +106,6 @@ class PathManager
private:
bool mIsServer;
bool mPathsSent;
};
struct PathNode {