From 88196a4879735fb88c2e0f705dccba07b1d7597d Mon Sep 17 00:00:00 2001 From: XiaoFeng Date: Thu, 24 Dec 2015 20:22:01 +0800 Subject: [PATCH] Both Image/blocks9ss.plist and animations/grossini.plist have image frames grossini_dance_*.png, and in Image/blocks9ss.plist the frames is smaller than frames in animations/grossini.plist, so if load Image/blocks9ss.plist first, the samples use frames named grossini_dance_*.png in animations/grossini.plist will crash. After check in source file, we found these frames in Image/blocks9ss.plist hasn't been used, so we changed frames name in Image/blocks9ss.plist to avoid crash. --- tests/cpp-tests/Resources/Images/blocks9ss.plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cpp-tests/Resources/Images/blocks9ss.plist b/tests/cpp-tests/Resources/Images/blocks9ss.plist index 07f3083a4a..6f0803f208 100755 --- a/tests/cpp-tests/Resources/Images/blocks9ss.plist +++ b/tests/cpp-tests/Resources/Images/blocks9ss.plist @@ -56,7 +56,7 @@ sourceSize {96, 96} - grossini_dance_01.png + grossini_dance01.png frame {{67,2},{51,109}} @@ -69,7 +69,7 @@ sourceSize {85,121} - grossini_dance_02.png + grossini_dance02.png frame {{2,113},{63,109}} @@ -82,7 +82,7 @@ sourceSize {85,121} - grossini_dance_03.png + grossini_dance03.png frame {{2,2},{63,109}}