Procházet zdrojové kódy

Remove old flag

pull/1697/head
raysan5 před 4 roky
rodič
revize
d64f27bad1
2 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. +0
    -3
      src/config.h
  2. +0
    -4
      src/shapes.c

+ 0
- 3
src/config.h Zobrazit soubor

@ -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

+ 0
- 4
src/shapes.c Zobrazit soubor

@ -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

Načítá se…
Zrušit
Uložit