mirror of https://github.com/axmolengine/axmol.git
removed CC_PLATFORM_WP8
This commit is contained in:
parent
178c241cdd
commit
aae82c24f9
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue