mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Updated to OSX 10.9 and Xcode5.
This commit is contained in:
@@ -123,6 +123,8 @@ using namespace entry;
|
||||
m_displayLink = [self.window.screen displayLinkWithTarget:self selector:@selector(renderFrame)];
|
||||
//[m_displayLink setFrameInterval:1];
|
||||
//[m_displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
|
||||
// [m_displayLink addToRunLoop:[NSRunLoop currentRunLoop]];
|
||||
[m_displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSRunLoopCommonModes];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -117,7 +117,6 @@ function exampleProject(_name, _uuid)
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
"OpenGL.framework",
|
||||
"SDL2",
|
||||
}
|
||||
|
||||
configuration { "ios*" }
|
||||
|
||||
Reference in New Issue
Block a user