mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Added Thread:isRunning
This commit is contained in:
@@ -93,9 +93,10 @@ bool LuaThread::start(Variant **args, int nargs)
|
||||
return Threadable::start();
|
||||
}
|
||||
|
||||
const std::string &LuaThread::getError()
|
||||
const std::string &LuaThread::getError() const
|
||||
{
|
||||
return error;
|
||||
}
|
||||
|
||||
} // thread
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user