I have a sprite.
I load image from url, "1.png".
...Some time passes... (and the image on the server has been replaced by another.)
Same event runs again, load from url, "1.png".
But the sprites image does not update. (restart of layout does not solve, but stop/start new preview does.)
I have tried to destroy all sprites,wait a few ticks, and unload all images from memory.
The sprite however is a template from a (unloaded)repository layout.
The .htaccess on the server providing the png has no cache settings.
any ideas?