You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 90 crashes; responder does respond to setPreferredFramesPerSecond, but the method is being called on self.window.rootViewController, which may not be the responder:
Line 90 crashes; responder does respond to setPreferredFramesPerSecond, but the method is being called on self.window.rootViewController, which may not be the responder:
if([responder respondsToSelector:@selector(setPreferredFramesPerSecond:)])
[(GLKViewController*)[self.window rootViewController] setPreferredFramesPerSecond:FPS];
The text was updated successfully, but these errors were encountered: