1
0
mirror of https://github.com/thes3m/XNI synced 2024-12-26 13:26:06 +01:00

CADisplayLink support defaults set

git-svn-id: http://xni.googlecode.com/svn/XNI@119 ac433895-eea3-a490-d80a-17149a75e588
This commit is contained in:
Matej Jan 2012-10-09 15:28:20 +00:00
parent e2a0bf6041
commit 72b6b40a2a

View File

@ -79,6 +79,8 @@ static NSArray *drawOrderSort;
targetElapsedTime = 1.0 / 60.0;
inactiveSleepTime = 1.0 / 5.0;
maximumElapsedTime = 1.0 / 2.0;
displayLinkFrameInterval = 1;
usesDisplayLink = NO;
// Gamer services
[Guide initializeWithGame:self];