I'd like to periodically reload a texture file every few seconds.
The only "solution" I've found so far is to create a new image each time and load that with loadimage, this is not a viable solution given the footprint just keeps growing.
Is there any way to unload a single media file (as opposed to all of them with mediareset), or force-load a file (ignoring the fact it has already been loaded)?