mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fixed redundant set
This commit is contained in:
@@ -2778,8 +2778,6 @@ bool GpDisplayDriver_SDL_GL2::InitBackBuffer(uint32_t width, uint32_t height)
|
|||||||
|
|
||||||
if (m_useUpscaleFilter)
|
if (m_useUpscaleFilter)
|
||||||
{
|
{
|
||||||
m_useUpscaleFilter = true;
|
|
||||||
|
|
||||||
uint32_t upscaleX = ceil(m_pixelScaleX);
|
uint32_t upscaleX = ceil(m_pixelScaleX);
|
||||||
uint32_t upscaleY = ceil(m_pixelScaleY);
|
uint32_t upscaleY = ceil(m_pixelScaleY);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user