Revert changes that broke bump

This commit is contained in:
Commander Cupcake
2013-01-13 14:30:41 -05:00
parent 7aa95debf1
commit c08c2a55e5
3 changed files with 2 additions and 36 deletions

View File

@@ -1536,7 +1536,6 @@ LLSD LLModel::writeModel(
mdl[model_names[idx]][i]["TexCoord0Domain"]["Max"] = max_tc.getValue();
mdl[model_names[idx]][i]["TexCoord0"] = tc;
}
mdl[model_names[idx]][i]["TriangleList"] = indices;
if (skinning)