The default filter mode is now included in the state affected by love.graphics.push("all").

This commit is contained in:
Alex Szpakowski
2014-08-29 01:31:16 -03:00
parent ab9954272a
commit 68b2c9e851
2 changed files with 27 additions and 0 deletions
+7
View File
@@ -475,6 +475,13 @@ private:
bool wireframe;
// Default filter.
Texture::Filter defaultFilter;
// Default mipmap filter and sharpness.
Texture::FilterMode defaultMipmapFilter;
float defaultMipmapSharpness;
DisplayState();
DisplayState(const DisplayState &other);
~DisplayState();