fix: Remove sneaky SDL include
All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m45s

How the hell did that get here?
This commit is contained in:
Kevin Trogant 2024-07-31 21:39:15 +02:00
parent 3b5f7d0029
commit 8d303fff9f

View File

@ -2,7 +2,6 @@
#include "backend_api.h"
#include "runtime/runtime.h"
#include <SDL2/SDL_syswm.h>
#include <runtime/config.h>
extern rt_cvar r_MaxRenderResources;