From f9d3b91f72e1cdcb5d420b754631d0a651950d0d Mon Sep 17 00:00:00 2001 From: elasota Date: Tue, 20 Apr 2021 21:02:11 -0400 Subject: [PATCH] Fixed redundant set --- AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp b/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp index b992f87..fe48b9b 100644 --- a/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp +++ b/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp @@ -2778,8 +2778,6 @@ bool GpDisplayDriver_SDL_GL2::InitBackBuffer(uint32_t width, uint32_t height) if (m_useUpscaleFilter) { - m_useUpscaleFilter = true; - uint32_t upscaleX = ceil(m_pixelScaleX); uint32_t upscaleY = ceil(m_pixelScaleY);