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:");