mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 20:35:35 +00:00
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
# Conflicts: # Engine/source/sfx/sfxSystem.cpp
This commit is contained in:
commit
13334b4d5c
22 changed files with 72 additions and 71 deletions
|
|
@ -131,7 +131,7 @@ bool DecalDataFile::write( Stream& stream )
|
|||
{
|
||||
DecalInstance *inst = allDecals[i];
|
||||
|
||||
dataIter = find( allDatablocks.begin(), allDatablocks.end(), inst->mDataBlock );
|
||||
dataIter = T3D::find( allDatablocks.begin(), allDatablocks.end(), inst->mDataBlock );
|
||||
U8 dataIndex = dataIter - allDatablocks.begin();
|
||||
|
||||
stream.write( dataIndex );
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ WindEmitter::WindEmitter()
|
|||
|
||||
WindEmitter::~WindEmitter()
|
||||
{
|
||||
WindEmitterList::iterator iter = find( smAllEmitters.begin(), smAllEmitters.end(), this );
|
||||
WindEmitterList::iterator iter = T3D::find( smAllEmitters.begin(), smAllEmitters.end(), this );
|
||||
smAllEmitters.erase( iter );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue