summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-04-02 13:42:07 +0200
committerraysan5 <[email protected]>2021-04-02 13:42:07 +0200
commitd64f27bad1f4bbebebc978973e8dc2c160694f0f (patch)
tree22417bd30308d6eff840e5e629133ac4a9965f01 /src/config.h
parent2b6e7c8632370d042b73a2dcbaf0f90c9389e51f (diff)
downloadraylib-d64f27bad1f4bbebebc978973e8dc2c160694f0f.tar.gz
raylib-d64f27bad1f4bbebebc978973e8dc2c160694f0f.zip
Remove old flag
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 748a53e1..aef09607 100644
--- a/src/config.h
+++ b/src/config.h
@@ -111,9 +111,6 @@
//------------------------------------------------------------------------------------
// Module: shapes - Configuration Flags
//------------------------------------------------------------------------------------
-// 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_FONT_TEXTURE 1
// Use QUADS instead of TRIANGLES for drawing when possible
// Some lines-based shapes could still use lines
#define SUPPORT_QUADS_DRAW_MODE 1