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