Delay frame drawing for a 30 FPS target. Change rendering configuration for faster drawing. Perform the segue after the URL request returns.

This commit is contained in:
Cameron Gutman
2014-01-20 23:48:06 -05:00
committed by Diego Waxemberg
parent 4b9e68950a
commit 01f11fc095
3 changed files with 6 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ static bool render = false;
if (render)
{
[self.renderTarget performSelectorOnMainThread:@selector(setNeedsDisplay) withObject:NULL waitUntilDone:TRUE];
usleep(5000);
usleep(25000);
} else {
sleep(1);
}