diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionFactory.cpp b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionFactory.cpp index 5a37df6db4..ec7780a474 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionFactory.cpp +++ b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/GraphicsModActionFactory.cpp @@ -42,7 +42,7 @@ std::unique_ptr Create(std::string_view name, const picojson: } 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;