aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-07-24 22:39:33 +0200
committerRay <raysan5@gmail.com>2019-07-24 22:39:33 +0200
commit7c05e498fcc3d088a13d9f64182bedb38c8ccd5b (patch)
tree3c64bddb9da647206242c5c4e8ecbce0362223e8 /src
parenteed53a5b44eb2a5691dd1fe86d04114ef190c215 (diff)
downloadraylib-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 416b6830..6bb12619 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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