Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-10-12 21:23:38 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-10-12 21:23:38 +0300
commit2493cad5ad11a068025380e91c8a6d2ea5315ca6 (patch)
tree72fb5618ebfd86b23027c3412940dba3e30aca99 /imgui/imgui_draw.cpp
parentbcaac7b53fe0b396074a544ea1e385b46b45db81 (diff)
Bump ImGui do 1.85 + docking.
Diffstat (limited to 'imgui/imgui_draw.cpp')
-rw-r--r--imgui/imgui_draw.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/imgui/imgui_draw.cpp b/imgui/imgui_draw.cpp
index dbcf57fd..0429a864 100644
--- a/imgui/imgui_draw.cpp
+++ b/imgui/imgui_draw.cpp
@@ -1,4 +1,4 @@
-// dear imgui, v1.84
+// dear imgui, v1.85
// (drawing and font code)
/*
@@ -2004,7 +2004,7 @@ void ImFontAtlas::ClearInputData()
ConfigData.clear();
CustomRects.clear();
PackIdMouseCursors = PackIdLines = -1;
- TexReady = false;
+ // Important: we leave TexReady untouched
}
void ImFontAtlas::ClearTexData()