Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Mar 1, 2016
1 parent e8a0e69 commit 676acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topology.cpp
Expand Up @@ -48,7 +48,7 @@ namespace bgfx
if (i0 > i1) { bx::xchg(i0, i1); }
if (i1 > i2) { bx::xchg(i1, i2); }
if (i0 > i1) { bx::xchg(i0, i1); }
BX_CHECK(i0 < i1 < i2, "");
BX_CHECK(i0 < i1 && i1 < i2, "");

dst[0] = i0; dst[1] = i1;
dst[2] = i1; dst[3] = i2;
Expand Down

0 comments on commit 676acea

Please sign in to comment.