Re-apply warning fix after the previous revert

This commit is contained in:
Latif Khalifa
2013-09-17 05:04:44 +02:00
parent 7346931f7f
commit 3f1d05b839

View File

@@ -814,7 +814,7 @@ bool DAESaver::saveDAE(std::string filename)
v4adapt verts(face->mPositions);
v4adapt norms(face->mNormals);
LLVector2* newCoord;
LLVector2* newCoord = NULL;
if (applyTexCoord)
{