For some reason, when I call getImage().mirrorHorizontally() on certain objects, they get tinted red. Not the whole image, but mainly the middle shades. This can look kind of weird, and really distracts. After mirroring the image, subsequent calls to getImage().mirrorHorizontally() keep the same red tint. After changing the image to something else(calling "setImage(String newImage)"), the red tint is gone. Does anyone know what is happening? I uploaded a scenario "PicturesForGreenfootProblem," because I noticed the problem on there.