update Dear ImGui to 1.90.6

This commit is contained in:
tildearrow 2025-08-10 04:10:39 -05:00
parent 87ccc2a324
commit 65c0efd990
28 changed files with 788 additions and 388 deletions

View file

@ -106,7 +106,7 @@ static void ImGui_ImplSDLRenderer2_SetupRenderState()
bool ImGui_ImplSDLRenderer2_NewFrame()
{
ImGui_ImplSDLRenderer2_Data* bd = ImGui_ImplSDLRenderer2_GetBackendData();
IM_ASSERT(bd != nullptr && "Did you call ImGui_ImplSDLRenderer2_Init()?");
IM_ASSERT(bd != nullptr && "Context or backend not initialized! Did you call ImGui_ImplSDLRenderer2_Init()?");
if (!bd->FontTexture)
return ImGui_ImplSDLRenderer2_CreateDeviceObjects();