From 554c3186755c48c6ec43d0591c781b49e3efdf98 Mon Sep 17 00:00:00 2001 From: Alex Swan Date: Mon, 17 Jun 2013 17:13:11 -0600 Subject: [PATCH] Removed reference to non-existant 'ipad' and 'ipadhd' directory --- spine-cocos2dx/example/Classes/AppMacros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spine-cocos2dx/example/Classes/AppMacros.h b/spine-cocos2dx/example/Classes/AppMacros.h index 385f8311d..16c4b8d54 100755 --- a/spine-cocos2dx/example/Classes/AppMacros.h +++ b/spine-cocos2dx/example/Classes/AppMacros.h @@ -63,8 +63,8 @@ typedef struct tagResource { static Resource smallResource = {cocos2d::CCSizeMake(480, 320), "iphone"}; static Resource mediumResource = {cocos2d::CCSizeMake(960, 640), "iphone-retina"}; -static Resource largeResource = {cocos2d::CCSizeMake(1024, 768), "ipad"}; -static Resource extralargeResource = {cocos2d::CCSizeMake(2048, 1536), "ipadhd"}; +static Resource largeResource = {cocos2d::CCSizeMake(1024, 768), "iphone"}; +static Resource extralargeResource = {cocos2d::CCSizeMake(2048, 1536), "iphone-retina"}; #if (TARGET_DESIGN_RESOLUTION_SIZE == DESIGN_RESOLUTION_480X320) static cocos2d::CCSize designResolutionSize = cocos2d::CCSizeMake(480, 320);