Skip to content
Snippets Groups Projects
Commit 813acc39 authored by David Parks's avatar David Parks
Browse files

SL-20325 Fix for double sided not working.

parent 360ffff2
No related branches found
No related tags found
No related merge requests found
...@@ -833,7 +833,7 @@ void LLGLTFMaterial::applyOverrideLLSD(const LLSD& data) ...@@ -833,7 +833,7 @@ void LLGLTFMaterial::applyOverrideLLSD(const LLSD& data)
} }
const LLSD& ds = data["ds"]; const LLSD& ds = data["ds"];
if (data.isBoolean()) if (ds.isBoolean())
{ {
mDoubleSided = ds.asBoolean(); mDoubleSided = ds.asBoolean();
mOverrideDoubleSided = true; mOverrideDoubleSided = true;
......
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