1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Bump ImGui do 1.85 + docking.

This commit is contained in:
Bartosz Taudul
2021-10-12 20:23:38 +02:00
parent bcaac7b53f
commit 2493cad5ad
12 changed files with 1692 additions and 1014 deletions
+2 -2
View File
@@ -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()