Added post process test on xCode
@@ -490,7 +490,7 @@ void Font::drawText(const char* text, int x, int y, const Vector4& color, unsign
GP_ASSERT(_glyphs);
GP_ASSERT(_batch);
- for (size_t i = startIndex; i < length && i >= 0; i += (size_t)iteration)
+ for (size_t i = startIndex; i < length; i += (size_t)iteration)
{
char c = 0;
if (rightToLeft)