I’m doing a lot of image replacements where I just do a removeSelf on the image and then create a new image using the same variable name directly after I removeSelf. Is there any point to nil out the value of the object if I’m going to use it again?
Also side question does display.remove() nil out the object or does it just check if it exists and then remove it but you still have to nil it out for garbage collection?