Tangent128 / luasdl2

A pure C binding of SDL 2.0 for Lua 5.1, Lua 5.2, and LuaJIT.
ISC License
383 stars 73 forks source link

fix for hittest bug (#75) #77

Closed tDwtp closed 3 years ago

tDwtp commented 5 years ago

A fix for the early garbage collection of a SDL_Window. Wrong flag mustdelete of CommonUserdata created inside hitTestCallback.

markand commented 3 years ago

Thanks for the patch!