mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Merge remote-tracking branch 'gg/development-3.6' into development
Conflicts: Engine/source/T3D/gameFunctions.cpp
This commit is contained in:
commit
014b566014
29 changed files with 252 additions and 129 deletions
|
|
@ -615,7 +615,7 @@ void ExplosionData::packData(BitStream* stream)
|
|||
}
|
||||
U32 count;
|
||||
for(count = 0; count < EC_NUM_TIME_KEYS; count++)
|
||||
if(times[i] >= 1)
|
||||
if(times[count] >= 1)
|
||||
break;
|
||||
count++;
|
||||
if(count > EC_NUM_TIME_KEYS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue