mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places.
This commit is contained in:
parent
83449bbc06
commit
491a7dcfdd
20 changed files with 70 additions and 69 deletions
|
|
@ -101,7 +101,7 @@ TSLastDetail::~TSLastDetail()
|
|||
mMaterial->deleteObject();
|
||||
|
||||
// Remove ourselves from the list.
|
||||
Vector<TSLastDetail*>::iterator iter = find( smLastDetails.begin(), smLastDetails.end(), this );
|
||||
Vector<TSLastDetail*>::iterator iter = T3D::find( smLastDetails.begin(), smLastDetails.end(), this );
|
||||
smLastDetails.erase( iter );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue