mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 00:10:46 +00:00
Merge branch 'development' into walkabout
Conflicts: Engine/source/T3D/aiPlayer.cpp
This commit is contained in:
commit
bd437cda1c
981 changed files with 304060 additions and 7888 deletions
|
|
@ -227,8 +227,8 @@ void RiverNodeEvent::padListToSize()
|
|||
newlist->mDepths.merge(list->mDepths);
|
||||
newlist->mNormals.merge(list->mNormals);
|
||||
|
||||
mNodeList = newlist;
|
||||
delete list;
|
||||
mNodeList = list = newlist;
|
||||
}
|
||||
|
||||
// Pad our list end?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue