Skip to content

Commit

Permalink
fix bug move image path to textureAtlas.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
akdcl committed Aug 6, 2013
1 parent 8103298 commit 8c61c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/XMLDataProxy.as
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c61c00

Please sign in to comment.