You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do not support the destruction of individual media objects---only the whole scene may be destroyed. One possible way to cope with this is via some _lp_media_make_orphan() call, which could stop the media object and set its parent scene to NULL.
This bug also affects the Lua bindings. It prevents garbage collector from unref-ing the media object in __l_media_gc().
The text was updated successfully, but these errors were encountered:
Currently, we do not support the destruction of individual media objects---only the whole scene may be destroyed. One possible way to cope with this is via some _lp_media_make_orphan() call, which could stop the media object and set its parent scene to NULL.
This bug also affects the Lua bindings. It prevents garbage collector from unref-ing the media object in __l_media_gc().
The text was updated successfully, but these errors were encountered: