diff options
| author | raysan5 <[email protected]> | 2020-05-09 17:17:54 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-05-09 17:17:54 +0200 |
| commit | 3a6af2cc57139f93fa48dfd4a39276dd7296d735 (patch) | |
| tree | c638b7b5e814a2e69bcc8e80f8f6c4b73422c462 /src/config.h | |
| parent | 913ef1d56fb2be46fc52115df65db825b1942e1e (diff) | |
| download | raylib-3a6af2cc57139f93fa48dfd4a39276dd7296d735.tar.gz raylib-3a6af2cc57139f93fa48dfd4a39276dd7296d735.zip | |
Remove SUPPORT_IMAGE_DRAWING flag
ImageDraw() is actually used in multiple functions and it aslo depends on several functions...
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 5b28a934..52a09cef 100644 --- a/src/config.h +++ b/src/config.h @@ -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 |
