summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-09-12 10:56:13 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-09-12 10:56:13 -0300
commit89a901c4b6a2fe24e781e497ec1a8e8fd69dd59c (patch)
tree536ecaff5136b65706ae162369f92235c7c32ed6 /platform
parenta88f67821ca828d9b4d3453b19de60e27ab24efc (diff)
parent943714c0153a74e6512097024cbca4453b50526a (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'platform')
-rwxr-xr-xplatform/iphone/gl_view.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/iphone/gl_view.mm b/platform/iphone/gl_view.mm
index 3309fd0820..4d5d1b81e3 100755
--- a/platform/iphone/gl_view.mm
+++ b/platform/iphone/gl_view.mm
@@ -345,6 +345,8 @@ static void clear_touches() {
[self destroyFramebuffer];
[self createFramebuffer];
[self drawView];
+ [self drawView];
+
}
- (BOOL)createFramebuffer