From bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Tue, 25 Dec 2012 18:21:31 -0500 Subject: Fixed rotation bug with iOS 6 and made highscores landscape --- Classes/Cart_CollectAppDelegate.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Classes/Cart_CollectAppDelegate.m') diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index 25a2aa4..c92d231 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m @@ -114,7 +114,8 @@ [viewController setView:glView]; // make the View Controller a child of the main window - [window addSubview: viewController.view]; + [window setRootViewController:viewController]; + //[window addSubview: viewController.view]; [window makeKeyAndVisible]; -- cgit 1.4.1