Added internal thread name support, for use with debuggers.

This commit is contained in:
Alex Szpakowski
2014-05-02 08:56:23 -03:00
parent e4dc533bb2
commit 1bc8b7346d
5 changed files with 16 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ LuaThread::LuaThread(const std::string &name, love::Data *code)
, nargs(0)
{
code->retain();
threadName = name;
}
LuaThread::~LuaThread()