lua_hourglass: try to fix hide on exit

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3247bc8692
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-20 (Sat, 20 Nov 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-11-20 18:42:49 +01:00
committed by vanhofen
parent 8152a41c81
commit 721e9393ce

View File

@@ -139,6 +139,7 @@ int CLuaInstHourGlass::HourGlassDelete(lua_State *L)
LUA_DEBUG("CLuaInstHourGlass::%s %d\n", __func__, lua_gettop(L));
CLuaHourGlass *D = HourGlassCheck(L, 1);
if (!D) return 0;
D->h->kill();
delete D;
return 0;
}