From 092beb6ae9e0f93c385efb921df591335642a824 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Fri, 28 Nov 2025 11:59:56 +0200 Subject: [PATCH] Fix compilation error --- Source/Engine/Platform/SDL/SDLPlatform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Platform/SDL/SDLPlatform.cpp b/Source/Engine/Platform/SDL/SDLPlatform.cpp index 5014119cb..5dc65541d 100644 --- a/Source/Engine/Platform/SDL/SDLPlatform.cpp +++ b/Source/Engine/Platform/SDL/SDLPlatform.cpp @@ -65,7 +65,7 @@ bool SDLPlatform::Init() SDLImpl::WindowDecorationsSupported = false; } if (waylandSession) - SupportsDecorationDragging = false; + SDLImpl::SupportsDecorationDragging = false; #endif #if PLATFORM_LINUX