mirror of https://github.com/axmolengine/axmol.git
Fixed to use TexturePacker with cocosstudio.
This commit is contained in:
parent
c1949be617
commit
c675675de5
|
@ -673,6 +673,11 @@ namespace cocostudio
|
|||
{
|
||||
normalFileExist = true;
|
||||
}
|
||||
else if (SpriteFrameCache::getInstance()->getSpriteFrameByName(normalTexturePath))
|
||||
{
|
||||
normalFileExist = true;
|
||||
normalType = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
normalErrorFilePath = normalTexturePath;
|
||||
|
|
Loading…
Reference in New Issue