Fixed warning

This commit is contained in:
Robert Osfield 2011-05-05 11:31:12 +00:00
parent 69e205b8a1
commit f0b0a8788b

View File

@ -623,7 +623,7 @@ void resolveMeshInputs(
for (unsigned int i = 0; i < MAX_TEXTURE_COORDINATE_SETS; ++i)
{
texcoord_sources[i] = NULL;
texcoord_offsets[i] = NULL;
texcoord_offsets[i] = 0;
}
for ( size_t i = 0; i < inputs.getCount(); i++ )