snogglethorpe / snogray

Snogray renderer

Home Page:http://www.nongnu.org/snogray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixup Lua scene-GC-protection stuff

snogglethorpe opened this issue · comments

There's a bunch of hacky Lua code intended to make sure objects added to the scene are not leaked when using an older version of SWIG without the DISOWN feature.

Now that the scene doesn't actually hold any references to objects anyway, maybe all of that can go away? At least, it should be checked to make sure it still makes some sense...

Closed by 247f2f7