mirror of https://github.com/axmolengine/axmol.git
Merge branch 'v3' of github.com:super626/cocos2d-x into v3
Conflicts: tests/cpp-tests/Classes/Sprite3DTest/Sprite3DTest.cpp
This commit is contained in:
commit
044376be7e
|
@ -2388,7 +2388,7 @@ NodeAnimationTest::NodeAnimationTest()
|
|||
|
||||
int tIndex = _vectorIndex - 1;
|
||||
if(tIndex < 0)
|
||||
_vectorIndex = (int)_sprites.size() - 1;
|
||||
_vectorIndex = (int)_sprites.size()-1;
|
||||
else
|
||||
_vectorIndex--;
|
||||
|
||||
|
|
Loading…
Reference in New Issue