diff options
Diffstat (limited to 'src/GPU3D_Soft.h')
-rw-r--r-- | src/GPU3D_Soft.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GPU3D_Soft.h b/src/GPU3D_Soft.h index 851b7c1..ee1977d 100644 --- a/src/GPU3D_Soft.h +++ b/src/GPU3D_Soft.h @@ -505,8 +505,7 @@ private: // threading bool Threaded; - // Platform::Thread* RenderThread; - std::thread RenderThread; + Platform::Thread* RenderThread; bool RenderThreadRunning; bool RenderThreadRendering; Platform::Semaphore* Sema_RenderStart; |