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
+2
View File
@@ -91,6 +91,8 @@ namespace sdl
return luaL_error(L, e.what());
}
}
else
instance->retain();
WrappedModule w;
w.module = instance;