mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
merging with upstream master, adjusting to the new Task constructor
This commit is contained in:
parent
b32be91bb1
commit
916d8c4522
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace workload {
|
|||
}
|
||||
};
|
||||
|
||||
Engine::Engine() : Task("Engine", EngineBuilder::JobModel::create()),
|
||||
Engine::Engine() : Task(EngineBuilder::JobModel::create("Engine")),
|
||||
_context(nullptr) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue