From 2e576de9caf1ca711e0f38b391678bc0268cd10e Mon Sep 17 00:00:00 2001 From: ocornut Date: Sun, 30 Nov 2014 15:00:07 +0000 Subject: [PATCH] Fix comments --- imgui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui.cpp b/imgui.cpp index f45b9f2c..7c08b7a7 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -6568,8 +6568,8 @@ void ImGui::ShowTestWindow(bool* open) ImGui::PushItemWidth(ImGui::GetWindowWidth() * 0.65f); ImGui::Text("ImGui says hello."); - //ImGui::Text("MousePos (%g, %g)", g.IO.MousePos.x, g.IO.MousePos.y); - //ImGui::Text("MouseWheel %d", g.IO.MouseWheel); + //ImGui::Text("MousePos (%g, %g)", ImGui::GetIO().MousePos.x, ImGui::GetIO().MousePos.y); + //ImGui::Text("MouseWheel %d", ImGui::GetIO().MouseWheel); ImGui::Spacing(); if (ImGui::CollapsingHeader("Help"))