Merge pull request #2461 from romulox-x/iphoneSplash

fixed iOS splash screen
This commit is contained in:
Juan Linietsky 2015-09-12 00:17:24 -03:00
commit 943714c015
5 changed files with 13 additions and 0 deletions

View file

@ -345,6 +345,8 @@ static void clear_touches() {
[self destroyFramebuffer];
[self createFramebuffer];
[self drawView];
[self drawView];
}
- (BOOL)createFramebuffer