Kill a compiler warning

This commit is contained in:
Latif Khalifa
2013-09-17 01:48:39 +02:00
parent 97c8218463
commit afec67e596

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)
{