paranoia
This commit is contained in:
@@ -26,7 +26,7 @@ WorkerThread::~WorkerThread()
|
|||||||
void WorkerThread::SetTimeout( float fSeconds )
|
void WorkerThread::SetTimeout( float fSeconds )
|
||||||
{
|
{
|
||||||
m_WorkerEvent.Lock();
|
m_WorkerEvent.Lock();
|
||||||
if( fSeconds == -1 )
|
if( fSeconds < 0 )
|
||||||
m_Timeout.SetZero();
|
m_Timeout.SetZero();
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user