Skip to content
Snippets Groups Projects
Commit 0b4dccd9 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix

parent 186f2556
No related branches found
No related tags found
No related merge requests found
......@@ -392,8 +392,7 @@ void LLReflectionMapManager::getReflectionMaps(std::vector<LLReflectionMap*>& ma
{
LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY;
LLMatrix4a modelview;
modelview.loadu(gGLModelView);
const LLMatrix4a modelview = gGLModelView;
LLVector4a oa; // scratch space for transformed origin
U32 count = 0;
......
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