This commit is contained in:
codeboss 2025-06-29 20:31:02 +08:00
parent f0abd3bc92
commit f88c5f2810
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ PlatformMotionSequence::PlatformMotionSequence()
std::shared_ptr<Serializable> PlatformMotionSequence::newDefault() const std::shared_ptr<Serializable> PlatformMotionSequence::newDefault() const
{ {
return std::shared_ptr<PlatformMotionSequence>(); return std::make_shared<PlatformMotionSequence>();
} }
void PlatformMotionSequence::recoveryFrom(const QJsonObject& obj) void PlatformMotionSequence::recoveryFrom(const QJsonObject& obj)