Rename love::luasocket::__open to love::luasocket::preload

This commit is contained in:
Miku AuahDark
2022-10-08 12:58:16 +08:00
parent badc311aee
commit 984391bed5
3 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -652,7 +652,7 @@ int luaopen_love(lua_State *L)
#endif
#ifdef LOVE_ENABLE_LUASOCKET
love::luasocket::__open(L);
love::luasocket::preload(L);
#endif
#ifdef LOVE_ENABLE_ENET
love::luax_preload(L, luaopen_enet, "enet");