Fixes spelling in comments
This commit is contained in:
@@ -182,7 +182,7 @@ void Discreet3DSImporter::InternReadFile( const std::string& pFile,
|
||||
ParseMainChunk();
|
||||
|
||||
// Process all meshes in the file. First check whether all
|
||||
// face indices haev valid values. The generate our
|
||||
// face indices have valid values. The generate our
|
||||
// internal verbose representation. Finally compute normal
|
||||
// vectors from the smoothing groups we read from the
|
||||
// file.
|
||||
@@ -679,7 +679,7 @@ void Discreet3DSImporter::ParseHierarchyChunk(uint16_t parent)
|
||||
|
||||
if ( pcNode)
|
||||
{
|
||||
// if the source is not a CHUNK_TRACKINFO block it wont be an object instance
|
||||
// if the source is not a CHUNK_TRACKINFO block it won't be an object instance
|
||||
if (parent != Discreet3DS::CHUNK_TRACKINFO)
|
||||
{
|
||||
mCurrentNode = pcNode;
|
||||
|
||||
Reference in New Issue
Block a user