mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
uninitialized variables-navigation
This commit is contained in:
parent
f52c3d5ed2
commit
a46bf3d7e5
5 changed files with 6 additions and 6 deletions
|
|
@ -70,6 +70,7 @@ NavPath::NavPath() :
|
|||
mRenderSearch = false;
|
||||
|
||||
mQuery = NULL;
|
||||
mStatus = DT_FAILURE;
|
||||
}
|
||||
|
||||
NavPath::~NavPath()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue