Updated to OSX 10.9 and Xcode5.
This commit is contained in:
parent
ee8a277774
commit
e3959838b3
@ -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 New Issue
Block a user