From Joakim Simmonsson, fixed various spelling typos in comments
This commit is contained in:
@@ -494,7 +494,7 @@ FltExportVisitor::writeVertexList( int first, unsigned int count )
|
||||
|
||||
unsigned int idx;
|
||||
for( idx=0; idx<count; idx++)
|
||||
// I'm imaginining that 'first' will be a 0-based index into the
|
||||
// I'm imagining that 'first' will be a 0-based index into the
|
||||
// 'current' set of vertices held by the vertex palette manager.
|
||||
_records->writeInt32( _vertexPalette->byteOffset( first+idx ) );
|
||||
|
||||
@@ -509,7 +509,7 @@ FltExportVisitor::writeVertexList( const std::vector<unsigned int>& indices, uns
|
||||
|
||||
unsigned int idx;
|
||||
for( idx=0; idx<count; idx++)
|
||||
// I'm imaginining that 'first' will be a 0-based index into the
|
||||
// I'm imagining that 'first' will be a 0-based index into the
|
||||
// 'current' set of vertices held by the vertex palette manager.
|
||||
_records->writeInt32( _vertexPalette->byteOffset( indices[ idx ] ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user