mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
Merge branch 'master' into docking
# Conflicts: # backends/imgui_impl_opengl3.cpp # examples/imgui_examples.sln # imgui.cpp # imgui.h
This commit is contained in:
commit
dedb381c51
28 changed files with 699 additions and 548 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// dear imgui, v1.84
|
||||
// dear imgui, v1.85 WIP
|
||||
// (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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue