From d4d0ca46444ffed20274e04a70e17ae7732bd8f2 Mon Sep 17 00:00:00 2001 From: ZakatTeamI2P Date: Wed, 20 May 2026 23:18:44 +0400 Subject: [PATCH] Fuck smooth scaling --- src/config.cpp | 2 +- src/gl-meta.h | 1 - src/graphics.cpp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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; } -