mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
uninitialized variables-scene
This commit is contained in:
parent
8aa03a4ac9
commit
7392d598da
3 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue