commit ab509d2709655c8f2922ccffc3e3352b9449da23
Author: StevenSYS <139715581+StevenSYS@users.noreply.github.com>
AuthorDate: Sun Mar 9 07:15:11 2025 +0000
Commit: Turo Lamminen <turol@users.noreply.github.com>
CommitDate: Sat Apr 26 20:14:29 2025 +0300
Change "smoothscaling" to "smooth_pixel_scaling"
---
src/i_video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/i_video.c b/src/i_video.c
index 9d89d9c8..5cf07c1d 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -790,7 +790,7 @@ void I_FinishUpdate (void)
SDL_RenderClear(renderer);
- if (smoothscaling && !force_software_renderer)
+ if (smooth_pixel_scaling && !force_software_renderer)
{
// Render this intermediate texture into the upscaled texture
// using "nearest" integer scaling.