From 15cfa63e975e29bf627e5f4fcd51f37fe798c022 Mon Sep 17 00:00:00 2001 From: ocornut Date: Wed, 5 Aug 2015 19:09:13 -0600 Subject: [PATCH] Comments --- imgui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui.cpp b/imgui.cpp index feff37f9..e8dd2cf8 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -230,6 +230,7 @@ stb_rect_pack.h stb_textedit.h stb_truetype.h + Don't overwrite imconfig.h if you have modification to your copy. Check the "API BREAKING CHANGES" sections for a list of occasional API breaking changes. If you have a problem with a function, search for its name in the code, there will likely be a comment about it. Please report any issue to the GitHub page!