mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Working on adding rendering from the workload
This commit is contained in:
parent
9441bb477d
commit
d1b1ae0ea3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ GameWorkload::~GameWorkload() {
|
|||
void GameWorkload::startup() {
|
||||
_engine.reset(new workload::Engine());
|
||||
|
||||
_engine.addJob<GameSpaceToRender>();
|
||||
_engine->addJob<GameSpaceToRender>("SpaceToRender");
|
||||
}
|
||||
|
||||
void GameWorkload::shutdown() {
|
||||
|
|
Loading…
Reference in a new issue