diff options
| author | raysan5 <[email protected]> | 2021-04-02 13:42:07 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-04-02 13:42:07 +0200 |
| commit | d64f27bad1f4bbebebc978973e8dc2c160694f0f (patch) | |
| tree | 22417bd30308d6eff840e5e629133ac4a9965f01 /src/shapes.c | |
| parent | 2b6e7c8632370d042b73a2dcbaf0f90c9389e51f (diff) | |
| download | raylib-d64f27bad1f4bbebebc978973e8dc2c160694f0f.tar.gz raylib-d64f27bad1f4bbebebc978973e8dc2c160694f0f.zip | |
Remove old flag
Diffstat (limited to 'src/shapes.c')
| -rw-r--r-- | src/shapes.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shapes.c b/src/shapes.c index 7771c366..a6ca9ab4 100644 --- a/src/shapes.c +++ b/src/shapes.c @@ -4,10 +4,6 @@ * * CONFIGURATION: * -* #define SUPPORT_FONT_TEXTURE -* Draw rectangle shapes using font texture white character instead of default white texture -* Allows drawing rectangles and text with a single draw call, very useful for GUI systems! -* * #define SUPPORT_QUADS_DRAW_MODE * Use QUADS instead of TRIANGLES for drawing when possible. * Some lines-based shapes could still use lines |
