summaryrefslogtreecommitdiffstats
path: root/platform/iphone/gl_view.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-09-03 23:24:55 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-09-03 23:24:55 -0300
commitb0aa49accbd7e45dae38f1bd43b0fbdd11714211 (patch)
treef9173780301097b0da9bba0203402c33036ea72d /platform/iphone/gl_view.h
parent7900d5daf21434a9396894a7c3ac360c03938770 (diff)
downloadredot-engine-b0aa49accbd7e45dae38f1bd43b0fbdd11714211.tar.gz
merged some stuff for okam
Diffstat (limited to 'platform/iphone/gl_view.h')
-rwxr-xr-xplatform/iphone/gl_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/iphone/gl_view.h b/platform/iphone/gl_view.h
index c58c863510..cda75394db 100755
--- a/platform/iphone/gl_view.h
+++ b/platform/iphone/gl_view.h
@@ -34,7 +34,7 @@
#import <MediaPlayer/MediaPlayer.h>
#import <AVFoundation/AVFoundation.h>
-#define USE_CADISPLAYLINK 1 //iOS version 3.1+ is required
+#define USE_CADISPLAYLINK 0 //iOS version 3.1+ is required
@protocol GLViewDelegate;