mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 23:40:42 +00:00
Merge branch 'development' into EngineAPI-Refactor
This commit is contained in:
commit
3a71c75596
1937 changed files with 102332 additions and 70549 deletions
|
|
@ -172,8 +172,8 @@ SimGroup* ForestBrush::getGroup()
|
|||
|
||||
bool ForestBrush::containsItemData( const ForestItemData *inData )
|
||||
{
|
||||
SimObjectList::iterator iter = objectList.begin();
|
||||
for ( ; iter != objectList.end(); iter++ )
|
||||
SimObjectList::iterator iter = mObjectList.begin();
|
||||
for ( ; iter != mObjectList.end(); iter++ )
|
||||
{
|
||||
ForestBrushElement *pElement = dynamic_cast<ForestBrushElement*>(*iter);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue