diff --git a/src/config.cpp b/src/config.cpp index e5b4ab3..cfaa8c1 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -74,7 +74,7 @@ void Config::read(int argc, char *argv[]){ PO_DESC(EnableSixteenByNine, bool, false) \ PO_DESC(fullscreen, bool, false) \ PO_DESC(fixedAspectRatio, bool, true) \ - PO_DESC(smoothScaling, bool, true) \ + PO_DESC(smoothScaling, bool, false) \ PO_DESC(vsync, bool, true) \ PO_DESC(defScreenW, int, 0) \ PO_DESC(defScreenH, int, 0) \ diff --git a/src/gl-meta.h b/src/gl-meta.h index 783729d..6f9e264 100644 --- a/src/gl-meta.h +++ b/src/gl-meta.h @@ -73,4 +73,3 @@ void blitEnd(); } #endif // GLMETA_H - diff --git a/src/graphics.cpp b/src/graphics.cpp index e72d8df..863e2e2 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -999,4 +999,3 @@ void Graphics::remDisposable(Disposable *d){ const TEX::ID &Graphics::obscuredTex() const{ return p->obscuredTex; } -