Skip to content

Commit

Permalink
Remove bad debug assert
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Dec 21, 2023
1 parent e47791d commit ac20850
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GPU/Common/DrawEngineCommon.cpp
Expand Up @@ -846,8 +846,6 @@ int DrawEngineCommon::ExtendNonIndexedPrim(const uint32_t *cmd, const uint32_t *

seenPrims_ |= seenPrims;

_dbg_assert_(cmd != start);

int totalCount = offset - dv.vertexCount;
dv.vertexCount = offset;
dv.indexUpperBound = dv.vertexCount - 1;
Expand Down

0 comments on commit ac20850

Please sign in to comment.