From c04f37d0f5f75c3e112d71444e589513396c9d0f Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 4 Apr 2014 20:11:57 +0200 Subject: Adapt multiple functions to rlgl Nearly a complete rework of Models module Some teaks on multiple functions --- src/text.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/text.c') diff --git a/src/text.c b/src/text.c index b897f1f3..2d75a6d9 100644 --- a/src/text.c +++ b/src/text.c @@ -313,7 +313,6 @@ void DrawTextEx(SpriteFont spriteFont, const char* text, Vector2 position, int f rlEnableTexture(spriteFont.texture.glId); - // Optimized to use one draw call per string rlBegin(RL_QUADS); for(int i = 0; i < length; i++) { -- cgit v1.2.3