mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 09:35:53 +00:00
graphics mod action factory
This commit is contained in:
parent
7f7805f2da
commit
cc8db0bd01
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ std::unique_ptr<GraphicsModAction> Create(std::string_view name, const picojson:
|
||||||
}
|
}
|
||||||
else if (name == CustomMeshAction::factory_name)
|
else if (name == CustomMeshAction::factory_name)
|
||||||
{
|
{
|
||||||
return CustomMeshAction::Create(json_data, std::move(library), std::move(texture_cache));
|
return CustomMeshAction::Create(json_data, std::move(library));
|
||||||
}
|
}
|
||||||
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue