removed CC_PLATFORM_WP8

This commit is contained in:
Dale Stammen 2015-04-19 16:28:54 -07:00
parent 178c241cdd
commit aae82c24f9
1 changed files with 0 additions and 5 deletions

View File

@ -165,12 +165,7 @@ bool AppDelegate::applicationDidFinishLaunching()
fileUtils->setSearchPaths(searchPaths);
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)
// a bug in DirectX 11 level9-x on the device prevents ResolutionPolicy::NO_BORDER from working correctly
glview->setDesignResolutionSize(designSize.width, designSize.height, ResolutionPolicy::SHOW_ALL);
#else
glview->setDesignResolutionSize(designSize.width, designSize.height, ResolutionPolicy::SHOW_ALL);
#endif
_testController = TestController::getInstance();