diff options
| author | Ray <raysan5@gmail.com> | 2019-07-24 22:39:33 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-07-24 22:39:33 +0200 |
| commit | 7c05e498fcc3d088a13d9f64182bedb38c8ccd5b (patch) | |
| tree | 3c64bddb9da647206242c5c4e8ecbce0362223e8 /src | |
| parent | eed53a5b44eb2a5691dd1fe86d04114ef190c215 (diff) | |
| download | raylib-7c05e498fcc3d088a13d9f64182bedb38c8ccd5b.tar.gz raylib-7c05e498fcc3d088a13d9f64182bedb38c8ccd5b.zip | |
Test Camera on Android
It can break building on that platform...
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ #include "gestures.h" // Gestures detection functionality #endif -#if defined(SUPPORT_CAMERA_SYSTEM) && !defined(PLATFORM_ANDROID) +#if defined(SUPPORT_CAMERA_SYSTEM) #define CAMERA_IMPLEMENTATION #include "camera.h" // Camera system functionality #endif |
