From ef8ca1f4304ffbcc36cf1c39d5a1afd6c3dd9124 Mon Sep 17 00:00:00 2001 From: Shinovon Date: Wed, 6 May 2026 23:31:04 +0500 Subject: [PATCH] Fix typo --- src/core/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/main.cpp b/src/core/main.cpp index 75df904..9a04577 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -1403,12 +1403,12 @@ RenderScene(void) } #endif PUSH_RENDERGROUP("RenderScene"); -#ifdef GL_RW3 +#ifdef RW_GL3 CClouds::Render(); #endif DoRWRenderHorizon(); CRenderer::RenderRoads(); -#ifdef GL_RW3 +#ifdef RW_GL3 CCoronas::RenderReflections(); #endif RwRenderStateSet(rwRENDERSTATEFOGENABLE, (void*)TRUE);