This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Test Camera on Android
It can break building on that platform...
pull/915/head
Ray
6 years ago
parent
eed53a5b44
commit
7c05e498fc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.c
+ 1
- 1
src/core.c
View File
@ -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
Write
Preview
Loading…
Cancel
Save