Fixed loading BC4 compressed textures

This commit is contained in:
Alex Szpakowski
2014-03-10 21:36:14 -03:00
parent b9fd3f3554
commit 314a528996
4 changed files with 18 additions and 21 deletions
-4
View File
@@ -716,10 +716,6 @@ static const struct luaL_Reg enet_peer_funcs [] = {
{NULL, NULL}
};
static const struct luaL_Reg enet_event_funcs [] = {
{NULL, NULL}
};
int luaopen_enet(lua_State *l) {
enet_initialize();
atexit(enet_deinitialize);