Skip to content

Commit c4b38fc

Browse files
committed
Code review
1 parent 3118050 commit c4b38fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Meshconvert/Mesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ HRESULT Mesh::Clean() noexcept
510510

511511
if (texcoord)
512512
{
513-
texcoord.get()[j] = mTexCoords[*it];
513+
texcoord[j] = mTexCoords[*it];
514514
}
515515

516516
if (colors)

0 commit comments

Comments
 (0)