mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Merge branch 'development' into EngineAPI-Refactor
This commit is contained in:
commit
3a71c75596
1937 changed files with 102332 additions and 70549 deletions
|
|
@ -515,11 +515,11 @@ void ScopeTracker< NUM_DIMENSIONS, Object >::updateObject( Object object )
|
|||
|
||||
while( !mPotentialScopeInObjects.empty() )
|
||||
{
|
||||
Object object = mPotentialScopeInObjects.last();
|
||||
Object obj = mPotentialScopeInObjects.last();
|
||||
mPotentialScopeInObjects.decrement();
|
||||
|
||||
if( Deref( object ).isInScope() )
|
||||
_onScopeIn( object );
|
||||
if( Deref(obj).isInScope() )
|
||||
_onScopeIn(obj);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue