Skip to content

Commit 3f1d05b

Browse files
committed
Re-apply warning fix after the previous revert
1 parent 7346931 commit 3f1d05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indra/newview/daeexport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ bool DAESaver::saveDAE(std::string filename)
814814
v4adapt verts(face->mPositions);
815815
v4adapt norms(face->mNormals);
816816

817-
LLVector2* newCoord;
817+
LLVector2* newCoord = NULL;
818818

819819
if (applyTexCoord)
820820
{

0 commit comments

Comments
 (0)