mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
shadowvar cleanup
This commit is contained in:
parent
f9aa23f9c5
commit
21b82b737d
3 changed files with 6 additions and 8 deletions
|
|
@ -449,10 +449,10 @@ void FieldBrushObject::copyFields( SimObject* pSimObject, const char* fieldList
|
|||
// Yes, so is this field name selected?
|
||||
|
||||
// Iterate fields...
|
||||
for ( U32 fieldIndex = 0; fieldIndex < fields.size(); ++fieldIndex )
|
||||
for ( U32 findFieldIDx = 0; findFieldIDx < fields.size(); ++findFieldIDx)
|
||||
{
|
||||
// Field selected?
|
||||
if ( staticField.pFieldname == fields[fieldIndex] )
|
||||
if ( staticField.pFieldname == fields[findFieldIDx] )
|
||||
{
|
||||
// Yes, so flag as such.
|
||||
fieldSpecified = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue