Skip to content

Commit 4454814

Browse files
committed
Code review
1 parent d7c497e commit 4454814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DirectXMesh/DirectXMeshOptimizeLRU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ namespace
246246
}
247247

248248
if (indexList[idx] >= nVerts)
249-
return E_INVALIDARG;
249+
return E_UNEXPECTED;
250250

251251
if (!i || first || sortFunc(indexSorted[i - 1], idx))
252252
{

0 commit comments

Comments
 (0)