08-30-2023, 08:53 PM
Hi!
You can do this as long as you first call:
If not, you'll be deleting a resource that is attached to an active layer, that will cause a segfault on the next render.
You can do this as long as you first call:
Code:
TLN_DisableLayer(myLayer)
If not, you'll be deleting a resource that is attached to an active layer, that will cause a segfault on the next render.