Remove SUPPORT_IMAGE_DRAWING flag
ImageDraw() is actually used in multiple functions and it aslo depends on several functions...
This commit is contained in:
parent
913ef1d56f
commit
3a6af2cc57
2 changed files with 2 additions and 6 deletions
|
@ -104,8 +104,6 @@
|
|||
// Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop...
|
||||
// If not defined, still some functions are supported: ImageFormat(), ImageCrop(), ImageToPOT()
|
||||
#define SUPPORT_IMAGE_MANIPULATION 1
|
||||
// Support drawing on image (software rendering)
|
||||
#define SUPPORT_IMAGE_DRAWING 1
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Module: text - Configuration Flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue