Fixed broken RenderImage

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1226 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2009-10-02 09:49:28 +00:00
parent fc4867c586
commit b4edcffc43

View File

@ -123,6 +123,7 @@ void RenderImage::Display()
bool pixelsFlipped = myRenderImage->UpdateTexture(myImage.myTexture);
myImage.myPixelsFlipped = pixelsFlipped;
myImage.myNeedArrayUpdate = true;
myImage.myNeedTextureUpdate = false;
}
}