From 8c61c008749366a54e93dffe214bf1354a24febf Mon Sep 17 00:00:00 2001 From: akdcl Date: Tue, 6 Aug 2013 16:21:06 +0800 Subject: [PATCH] fix bug move image path to textureAtlas.xml --- src/model/XMLDataProxy.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/XMLDataProxy.as b/src/model/XMLDataProxy.as index aee7c6d..9985338 100644 --- a/src/model/XMLDataProxy.as +++ b/src/model/XMLDataProxy.as @@ -108,7 +108,7 @@ package model public function setImagePath(imagePath:String):void { - _xml.@[ConstValues.A_IMAGE_PATH] = imagePath; + _textureAtlasXML.@[ConstValues.A_IMAGE_PATH] = imagePath; } public function getArmatureXMLList(armatureName:String = null):XMLList