Make SdlThread constructor explicit
This commit is contained in:
parent
c5e0966190
commit
3638a20c76
3 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ void dthread_start()
|
|||
DthreadRunning = true;
|
||||
DthreadMutex.emplace();
|
||||
WorkToDo.emplace();
|
||||
Thread = { DthreadHandler };
|
||||
Thread = SdlThread { DthreadHandler };
|
||||
}
|
||||
|
||||
void DThreadCleanup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue