Fix signed-vs-unsigned comp in assert
Simple fix for an assert that compared an unsigned and a signed integer and resulted in a compiler warning. Didn't pick this up until now because it doesn't fire on the release build.
Simple fix for an assert that compared an unsigned and a signed integer and resulted in a compiler warning. Didn't pick this up until now because it doesn't fire on the release build.