sdl_opengl3_example: ../../imgui.cpp:4551: bool ImGui::Begin(const char*, bool*, ImGuiWindowFlags): Assertion `window_size_x_set_by_api && window_size_y_set_by_api' failed.
Repro:
make./sdl_opengl3_example from the folder@geneotech Should be fixed now. The bug didn't have much side effects because this is the point where the windows are all too small and/or clipped, but adding asserts recently made it more visible.
Much appreciated! Keep up the excellent work!
Most helpful comment
@geneotech Should be fixed now. The bug didn't have much side effects because this is the point where the windows are all too small and/or clipped, but adding asserts recently made it more visible.