Skip to content
Snippets Groups Projects
Unverified Commit 1c27ec98 authored by Rye Mutt's avatar Rye Mutt :bread: Committed by GitHub
Browse files

Merge pull request #151 from naitro2010/bugfix-reflection-map-manager-assert

Fix for build error with reflection map manager assert.
parents d9a822ac f89f13ea
No related branches found
No related tags found
No related merge requests found
...@@ -607,7 +607,7 @@ void LLReflectionMapManager::deleteProbe(U32 i) ...@@ -607,7 +607,7 @@ void LLReflectionMapManager::deleteProbe(U32 i)
LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY; LL_PROFILE_ZONE_SCOPED_CATEGORY_DISPLAY;
LLReflectionMap* probe = mProbes[i]; LLReflectionMap* probe = mProbes[i];
llassert(probe != mDefaultProbe); llassert(probe != mDefaultProbe.get());
if (probe->mCubeIndex != -1) if (probe->mCubeIndex != -1)
{ // mark the cube index used by this probe as being free { // mark the cube index used by this probe as being free
......
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