Plugging the mesh crash - thanks FS team!

This commit is contained in:
Siana Gearz
2012-03-26 22:58:05 +02:00
parent fee59e83b8
commit ce1607cf17
2 changed files with 5 additions and 2 deletions

View File

@@ -2004,7 +2004,7 @@ template <class T,S32 type> struct VertexBufferStrider
}
else
{
llerrs << "VertexBufferStrider could not find valid vertex data." << llendl;
llwarns << "VertexBufferStrider could not find valid vertex data." << llendl;
}
return false;
}