From 9821d087bb3c25cf2c6055e4db46b2c53434aff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Wed, 25 Feb 2026 09:50:56 +0100 Subject: [PATCH] commented out sdl3 renderer until i update from sdl2 to sdl3 --- SakuraVNE/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SakuraVNE/src/Application.cpp b/SakuraVNE/src/Application.cpp index bed7a4f..d8706a3 100644 --- a/SakuraVNE/src/Application.cpp +++ b/SakuraVNE/src/Application.cpp @@ -5,7 +5,7 @@ #include "imgui_impl_sdl2.h" #include "imgui_impl_sdl3.h" #include "imgui_impl_sdlrenderer2.h" -#include "imgui_impl_sdlrenderer3.h" +// #include "imgui_impl_sdlrenderer3.h" #if !SDL_VERSION_ATLEAST(2, 0, 17) #error This backend requires SDL 2.0.17+ because of SDL_RenderGeometry() function