bot: do a real vector cleanup
This commit is contained in:
parent
4e8438a78b
commit
e8992f96b7
8 changed files with 89 additions and 66 deletions
|
|
@ -499,7 +499,7 @@ void Bot::setAimDirection () {
|
|||
m_aimFlags &= ~AimFlags::PredictPath;
|
||||
|
||||
m_trackingEdict = nullptr;
|
||||
m_lookAtPredict = nullptr;
|
||||
m_lookAtPredict.clear ();
|
||||
};
|
||||
|
||||
auto pathLength = m_lastPredictLength;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue