Accidentally commented out important stuff

Oops
This commit is contained in:
The Stickmahn 2026-05-30 16:10:02 +02:00
parent 6a796b94dc
commit 715bcdc231

View file

@ -1,6 +1,6 @@
#include "SDL_internal.h"
// #if defined(SDL_VIDEO_WGPU) && defined(SDL_VIDEO_DRIVER_WAYLAND)
#if defined(SDL_VIDEO_WGPU) && defined(SDL_VIDEO_DRIVER_WAYLAND)
#include "SDL_waylandvideo.h"
#include "../SDL_wgpu_defs.h"
@ -64,4 +64,4 @@ fail:
#endif
}
// #endif
#endif