diff options
Diffstat (limited to 'mm/2s2h/resource/importer/scenecommand/SetAnimatedMaterialListFactory.cpp')
| -rw-r--r-- | mm/2s2h/resource/importer/scenecommand/SetAnimatedMaterialListFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/resource/importer/scenecommand/SetAnimatedMaterialListFactory.cpp b/mm/2s2h/resource/importer/scenecommand/SetAnimatedMaterialListFactory.cpp index 5ccbfc5bc..9e7df4376 100644 --- a/mm/2s2h/resource/importer/scenecommand/SetAnimatedMaterialListFactory.cpp +++ b/mm/2s2h/resource/importer/scenecommand/SetAnimatedMaterialListFactory.cpp @@ -15,7 +15,7 @@ SetAnimatedMaterialListFactory::ReadResource(std::shared_ptr<Ship::ResourceInitD std::string str = reader->ReadString(); const auto data = std::static_pointer_cast<TextureAnimation>( - Ship::Context::GetInstance()->GetResourceManager()->LoadResourceProcess(str.c_str())); + Ship::Context::GetRawInstance()->GetResourceManager()->LoadResourceProcess(str.c_str())); AnimatedMaterial* res = data->GetPointer(); setAnimatedMat->mat = res; |
