diff --git a/cocos/editor-support/cocostudio/ActionTimeline/CCActionTimelineCache.cpp b/cocos/editor-support/cocostudio/ActionTimeline/CCActionTimelineCache.cpp index d83ddce808..a9a2f0c593 100644 --- a/cocos/editor-support/cocostudio/ActionTimeline/CCActionTimelineCache.cpp +++ b/cocos/editor-support/cocostudio/ActionTimeline/CCActionTimelineCache.cpp @@ -47,7 +47,7 @@ static const char* FrameType_ScaleFrame = "ScaleFrame"; static const char* FrameType_RotationFrame = "RotationFrame"; static const char* FrameType_SkewFrame = "SkewFrame"; static const char* FrameType_RotationSkewFrame = "RotationSkewFrame"; -static const char* FrameType_AnchorFrame = "AnchorFrame"; +static const char* FrameType_AnchorFrame = "AnchorPointFrame"; static const char* FrameType_InnerActionFrame = "InnerActionFrame"; static const char* FrameType_ColorFrame = "ColorFrame"; static const char* FrameType_TextureFrame = "TextureFrame";