From 8d45c89352fd1966faa6a161488c94c899ac3185 Mon Sep 17 00:00:00 2001 From: Xo Wang Date: Sun, 26 Jul 2015 19:18:04 -0700 Subject: [PATCH] Remove non-text character at start of imgui.cpp --- imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index d849d2ca..495cf294 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -1,4 +1,4 @@ -// ImGui library v1.44 WIP +// ImGui library v1.44 WIP // See ImGui::ShowTestWindow() for sample code. // Read 'Programmer guide' below for notes on how to setup ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui