CelestiaProject / Celestia

Real-time 3D visualization of space.

Home Page:https://celestiaproject.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texture fonts in Lua userdata should have a __gc method

ajtribick opened this issue · comments

Need to set the __gc method in the userdata metatable to destroy the shared_ptr, otherwise the reference count will never get decreased.