diff --git a/src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs b/src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs index 199b753..5d745c2 100644 --- a/src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs +++ b/src/ImGui.NET.SampleProgram.XNA/ImGuiRenderer.cs @@ -179,7 +179,7 @@ namespace ImGuiNET.SampleProgram.XNA //{ // if (c == '\t') return; - // ImGui.AddInputCharacter(c); + // ImGui.GetIO().AddInputCharacter(c); //}; /////////////////////////////////////////// @@ -385,4 +385,4 @@ namespace ImGuiNET.SampleProgram.XNA #endregion Internals } -} \ No newline at end of file +}