mirror of https://github.com/axmolengine/axmol.git
CCActionTweenDelegate => ActionTweenDelegate
This commit is contained in:
parent
562fdcf98b
commit
4eafd7b4c5
|
@ -63,7 +63,7 @@ public:
|
|||
* ScrollView support for cocos2d-x.
|
||||
* It provides scroll view functionalities to cocos2d projects natively.
|
||||
*/
|
||||
class ScrollView : public Layer, public CCActionTweenDelegate
|
||||
class ScrollView : public Layer, public ActionTweenDelegate
|
||||
{
|
||||
public:
|
||||
enum class Direction
|
||||
|
|
Loading…
Reference in New Issue