mirror of https://github.com/axmolengine/axmol.git
Fix:Replace the “setDisplayFrame” function with the “setSpriteFrame” function
This commit is contained in:
parent
44a02ba466
commit
de5c86a184
|
@ -74,8 +74,8 @@ local function ZwoptexGenericTest()
|
||||||
|
|
||||||
local str1 = string.format("grossini_dance_%02d.png", spriteFrameIndex)
|
local str1 = string.format("grossini_dance_%02d.png", spriteFrameIndex)
|
||||||
local str2 = string.format("grossini_dance_generic_%02d.png", spriteFrameIndex)
|
local str2 = string.format("grossini_dance_generic_%02d.png", spriteFrameIndex)
|
||||||
sprite1:setDisplayFrame(cc.SpriteFrameCache:getInstance():getSpriteFrame(str1))
|
sprite1:setSpriteFrame(cc.SpriteFrameCache:getInstance():getSpriteFrame(str1))
|
||||||
sprite2:setDisplayFrame(cc.SpriteFrameCache:getInstance():getSpriteFrame(str2))
|
sprite2:setSpriteFrame(cc.SpriteFrameCache:getInstance():getSpriteFrame(str2))
|
||||||
end
|
end
|
||||||
|
|
||||||
sprite1:retain()
|
sprite1:retain()
|
||||||
|
|
Loading…
Reference in New Issue