SL-18366 Crash in LLCullResult::assertDrawMapsEmpty - make the error message more informative
parent
89f2165b41
commit
6a1846e91a
|
|
@ -4076,7 +4076,8 @@ void LLCullResult::assertDrawMapsEmpty()
|
|||
{
|
||||
if (mRenderMapSize[i] != 0)
|
||||
{
|
||||
LL_ERRS() << "Stale LLDrawInfo's in LLCullResult!" << LL_ENDL;
|
||||
LL_ERRS() << "Stale LLDrawInfo's in LLCullResult!"
|
||||
<< " (mRenderMapSize[" << i << "] = " << mRenderMapSize[i] << ")" << LL_ENDL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue