mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
This commit is contained in:
@@ -25,11 +25,6 @@ namespace love
|
||||
namespace thread
|
||||
{
|
||||
|
||||
ThreadModule::ThreadModule()
|
||||
{
|
||||
moduleType = M_THREAD;
|
||||
}
|
||||
|
||||
LuaThread *ThreadModule::newThread(const std::string &name, love::Data *data)
|
||||
{
|
||||
LuaThread *lt = new LuaThread(name, data);
|
||||
|
||||
Reference in New Issue
Block a user