mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
love.thread can now share full userdata
This commit is contained in:
@@ -280,6 +280,8 @@ namespace physfs
|
||||
return luaL_error(L, e.what());
|
||||
}
|
||||
}
|
||||
else
|
||||
instance->retain();
|
||||
|
||||
WrappedModule w;
|
||||
w.module = instance;
|
||||
|
||||
Reference in New Issue
Block a user