frame start. Issue here is that if we failed to get an image from the cache, we would try to load from file. This would fail when the queried frame was less than the animated sequence start frame, and invalidate the OK state of the image. Solution is that when loading from cache succeeds, we also reset the OK state of the image for animated textures. The fix might be relevant elsewhere too, but kept it isolated just in case.