Small graphics code cleanup

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-09-30 16:42:11 -03:00
parent 8fa511aea8
commit 050be14547
4 changed files with 34 additions and 40 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void Image::init(PixelFormat fmt, int w, int h, const Settings &settings)
if (getMipmapCount() > 1)
filter.mipmap = defaultMipmapFilter;
initQuad();
}