diff --git a/cocos/editor-support/cocostudio/ObjectFactory.cpp b/cocos/editor-support/cocostudio/ObjectFactory.cpp index 6759848819..268224b011 100644 --- a/cocos/editor-support/cocostudio/ObjectFactory.cpp +++ b/cocos/editor-support/cocostudio/ObjectFactory.cpp @@ -121,7 +121,7 @@ Component* ObjectFactory::createComponent(const std::string &name) } else if (name == "CCScene") { - comName = "CCScene"; + comName = "Scene"; } else {