SL-18366 Crash in LLCullResult::assertDrawMapsEmpty - make the error message more informative

master
Alexander Gavriliuk 2023-08-30 16:16:26 +02:00 committed by Guru
parent 89f2165b41
commit 6a1846e91a
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}
}