From abd3d9488a3fea36a9892a184afb94067b64a960 Mon Sep 17 00:00:00 2001 From: "Bryce \"BtheDestroyer\" Dixon" Date: Fri, 22 Mar 2019 18:34:36 -0700 Subject: [PATCH] Added linear filtering for antialiasing --- src/Engine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Engine.cpp b/src/Engine.cpp index d718666..5e62dad 100644 --- a/src/Engine.cpp +++ b/src/Engine.cpp @@ -38,6 +38,7 @@ Engine::Engine(int flags, Object *parent, std::string name) _valid = false; return; } + SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1"); } Log::Info("Creating Engine with the following flags:");