commit 47253a20b3aa057807aee32a79c66ac08cdff3d0
Author: StevenSYS <139715581+StevenSYS@users.noreply.github.com>
AuthorDate: Sat Mar 8 14:33:46 2025 +0000
Commit: Turo Lamminen <turol@users.noreply.github.com>
CommitDate: Sat Apr 26 20:14:29 2025 +0300
Remove duplicate comment
---
src/i_video.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/i_video.c b/src/i_video.c
index 264a724f..9d89d9c8 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -790,9 +790,7 @@ void I_FinishUpdate (void)
SDL_RenderClear(renderer);
- // Render this intermediate texture into the upscaled texture
- // using "nearest" integer scaling.
- if (smooth_pixel_scaling && !force_software_renderer)
+ if (smoothscaling && !force_software_renderer)
{
// Render this intermediate texture into the upscaled texture
// using "nearest" integer scaling.