Overenthusiastic assert

include/FluidSCWrapper.hpp
nix
Owen Green 7 years ago
parent 5f14c16347
commit 374f7fcc87

@ -41,7 +41,7 @@ struct FloatControlsIter
float next() float next()
{ {
assert(mCount + 1 < mSize); assert(mCount < mSize);
return *mValues[mCount++]; return *mValues[mCount++];
} }

Loading…
Cancel
Save