Fix compilation error

This commit is contained in:
2025-11-28 11:59:56 +02:00
parent eb69186271
commit 092beb6ae9

View File

@@ -65,7 +65,7 @@ bool SDLPlatform::Init()
SDLImpl::WindowDecorationsSupported = false;
}
if (waylandSession)
SupportsDecorationDragging = false;
SDLImpl::SupportsDecorationDragging = false;
#endif
#if PLATFORM_LINUX