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:
@ -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++ )
|
||||
{
|
||||
|
Reference in New Issue
Block a user