mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
simset::objectList to simset::mObjectList
This commit is contained in:
parent
2e7d406860
commit
2369645a5a
5 changed files with 47 additions and 47 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