Move the default image filter to the Image class, instead of Graphics applying it on newImage

This commit is contained in:
Bart van Strien
2012-05-18 17:35:51 +02:00
parent 1a89622262
commit 1e00f0f981
4 changed files with 23 additions and 6 deletions
-1
View File
@@ -106,7 +106,6 @@ namespace opengl
private:
Font * currentFont;
Image::Filter currentImageFilter;
love::window::Window *currentWindow;
LineStyle lineStyle;