love.thread can now share full userdata

This commit is contained in:
bart@bartbes.ath.cx
2010-02-14 17:41:11 +01:00
parent cc4d737924
commit 736f7ab1a2
19 changed files with 193 additions and 108 deletions
@@ -280,6 +280,8 @@ namespace physfs
return luaL_error(L, e.what());
}
}
else
instance->retain();
WrappedModule w;
w.module = instance;