diff options
| author | raysan5 <raysan5@gmail.com> | 2014-04-04 20:11:57 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-04-04 20:11:57 +0200 |
| commit | c04f37d0f5f75c3e112d71444e589513396c9d0f (patch) | |
| tree | 22390fc34202b679cc72319b3f8b99214be98905 /src/text.c | |
| parent | 79cf87d91da236fbff71357191cc11bb3eddab8a (diff) | |
| download | raylib-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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++) { |
