1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Convert hsMatrix44 hsTArrays to std::vectors

This commit is contained in:
2013-06-12 15:55:54 -04:00
parent aefe778bb7
commit 8c37858de8
3 changed files with 19 additions and 22 deletions

View File

@ -163,7 +163,7 @@ void plDrawableSpans::Write( hsStream* s, hsResMgr* mgr )
fSourceSpans[ i ]->Write( s );
}
count = fLocalToWorlds.GetCount();
count = fLocalToWorlds.size();
s->WriteLE32(count);
for( i = 0; i < count; i++ )
{