mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Added internal thread name support, for use with debuggers.
This commit is contained in:
@@ -38,6 +38,7 @@ LuaThread::LuaThread(const std::string &name, love::Data *code)
|
||||
, nargs(0)
|
||||
{
|
||||
code->retain();
|
||||
threadName = name;
|
||||
}
|
||||
|
||||
LuaThread::~LuaThread()
|
||||
|
||||
Reference in New Issue
Block a user