Skip to content

Commit d0e7527

Browse files
authored
Merge pull request #431 from FreeApophis/patch-1
Improve documentation in Sample
2 parents 7c5c323 + b763ac7 commit d0e7527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImGui.NET.SampleProgram/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private static unsafe void SubmitUI()
8787
// https://github.com/ocornut/imgui/blob/master/examples/example_win32_directx11/main.cpp#L172
8888

8989
// 1. Show a simple window.
90-
// Tip: if we don't call ImGui.BeginWindow()/ImGui.EndWindow() the widgets automatically appears in a window called "Debug".
90+
// Tip: if we don't call ImGui.Begin(string) / ImGui.End() the widgets automatically appears in a window called "Debug".
9191
{
9292
ImGui.Text("");
9393
ImGui.Text(string.Empty);

0 commit comments

Comments
 (0)