Remove software renderer internals from F3DFloor
This commit is contained in:
parent
8ad132b64f
commit
cfe4c55973
12 changed files with 86 additions and 57 deletions
|
|
@ -267,7 +267,7 @@ namespace swrenderer
|
|||
{
|
||||
while (Threads.size() < (size_t)numThreads)
|
||||
{
|
||||
auto thread = std::make_unique<RenderThread>(this);
|
||||
auto thread = std::make_unique<RenderThread>(this, false);
|
||||
auto renderthread = thread.get();
|
||||
int start_run_id = run_id;
|
||||
thread->thread = std::thread([=]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue