mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Updated to OSX 10.9 and Xcode5.
This commit is contained in:
parent
ee8a277774
commit
e3959838b3
2 changed files with 2 additions and 1 deletions
|
@ -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*" }
|
||||
|
|
Loading…
Reference in a new issue