зеркало из https://github.com/xamarin/ios-samples.git
Removed orientation lines which are no longer supported in CC# 1.1.
This commit is contained in:
Родитель
e7481c1442
Коммит
0a947f04be
|
@ -10,8 +10,6 @@ namespace BouncingGame
|
|||
application.PreferMultiSampling = false;
|
||||
application.ContentRootDirectory = "Content";
|
||||
|
||||
mainWindow.SupportedDisplayOrientations = CCDisplayOrientation.Portrait;
|
||||
|
||||
// todo: Add our GameScene initialization here
|
||||
}
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@ namespace BouncingGame
|
|||
application.PreferMultiSampling = false;
|
||||
application.ContentRootDirectory = "Content";
|
||||
|
||||
mainWindow.SupportedDisplayOrientations = CCDisplayOrientation.Portrait;
|
||||
|
||||
// todo: Add our GameScene initialization here
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче