removed version checking for a feature since the app now uses sdl3
This commit is contained in:
@@ -6,10 +6,6 @@
|
|||||||
#include "imgui_impl_sdl3.h"
|
#include "imgui_impl_sdl3.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
|
|
||||||
#endif
|
|
||||||
|
|
||||||
WindowData Application::m_WindowData;
|
WindowData Application::m_WindowData;
|
||||||
bool Application::m_isRunning = false;
|
bool Application::m_isRunning = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user