mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix more clang warnings.
This commit is contained in:
@ -737,7 +737,7 @@ void plDynaDecalMgr::IAllocAuxSpan(plAuxSpan* aux, uint32_t maxNumVerts, uint32_
|
||||
|
||||
uint16_t* dataPtr = nil;
|
||||
grp->ReserveIndexStorage(maxNumIdx, &aux->fIBufferIdx, &aux->fIStartIdx, &dataPtr);
|
||||
aux->fIStartIdx /* should be assigning something? */;
|
||||
//aux->fIStartIdx /* should be assigning something? */;
|
||||
|
||||
aux->fILength = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user