commented out sdl3 renderer until i update from sdl2 to sdl3

This commit is contained in:
2026-02-25 09:50:56 +01:00
parent 33e9586487
commit 9821d087bb

View File

@@ -5,7 +5,7 @@
#include "imgui_impl_sdl2.h" #include "imgui_impl_sdl2.h"
#include "imgui_impl_sdl3.h" #include "imgui_impl_sdl3.h"
#include "imgui_impl_sdlrenderer2.h" #include "imgui_impl_sdlrenderer2.h"
#include "imgui_impl_sdlrenderer3.h" // #include "imgui_impl_sdlrenderer3.h"
#if !SDL_VERSION_ATLEAST(2, 0, 17) #if !SDL_VERSION_ATLEAST(2, 0, 17)
#error This backend requires SDL 2.0.17+ because of SDL_RenderGeometry() function #error This backend requires SDL 2.0.17+ because of SDL_RenderGeometry() function