mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-01 03:30:06 +00:00
ImFont: DisplayOffset.y defaults to 0 instead of +1.
This commit is contained in:
parent
024e23c4d7
commit
30c469f7c5
3 changed files with 4 additions and 2 deletions
|
|
@ -250,6 +250,7 @@
|
|||
Here is a change-log of API breaking changes, if you are using one of the functions listed, expect to have to fix some code.
|
||||
Also read releases logs https://github.com/ocornut/imgui/releases for more details.
|
||||
|
||||
- 2018/02/15 (1.XX) - ImFont::DisplayOffset.y field defaults to 0 instead of +1.
|
||||
- 2018/02/07 (1.60) - reorganized context handling to be more explicit,
|
||||
- YOU NOW NEED TO CALL ImGui::CreateContext() AT THE BEGINNING OF YOUR APP, AND CALL ImGui::DestroyContext() AT THE END.
|
||||
- removed Shutdown() function, as DestroyContext() serve this purpose.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue