Merge branch 'master' into docking

# Conflicts:
#	backends/imgui_impl_glfw.cpp
#	docs/CHANGELOG.txt
#	imgui.cpp
This commit is contained in:
ocornut
2023-03-14 16:38:22 +01:00
10 changed files with 111 additions and 45 deletions

View File

@@ -127,6 +127,8 @@ static bool InitWGPU()
static void MainLoopStep(void* window)
{
ImGuiIO& io = ImGui::GetIO();
glfwPollEvents();
int width, height;