aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2014-04-04 20:11:57 +0200
committerraysan5 <raysan5@gmail.com>2014-04-04 20:11:57 +0200
commitc04f37d0f5f75c3e112d71444e589513396c9d0f (patch)
tree22390fc34202b679cc72319b3f8b99214be98905 /src/text.c
parent79cf87d91da236fbff71357191cc11bb3eddab8a (diff)
downloadraylib-c04f37d0f5f75c3e112d71444e589513396c9d0f.tar.gz
raylib-c04f37d0f5f75c3e112d71444e589513396c9d0f.zip
Adapt multiple functions to rlgl
Nearly a complete rework of Models module Some teaks on multiple functions
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c1
1 files changed, 0 insertions, 1 deletions
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++)
{