Skip to content
Snippets Groups Projects
Commit 837e38d8 authored by Xiaohong Bao's avatar Xiaohong Bao
Browse files

trivial: debug code for SH-2827: [crashhunters] Crash in LLPipeline::generateWaterReflection()

parent 14108932
No related branches found
No related tags found
No related merge requests found
...@@ -1434,6 +1434,8 @@ void LLRender::loadIdentity() ...@@ -1434,6 +1434,8 @@ void LLRender::loadIdentity()
flush(); flush();
{ {
llassert_always(mMatrixMode < NUM_MATRIX_MODES) ;
mMatrix[mMatrixMode][mMatIdx[mMatrixMode]].make_identity(); mMatrix[mMatrixMode][mMatIdx[mMatrixMode]].make_identity();
mMatHash[mMatrixMode]++; mMatHash[mMatrixMode]++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment