mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fixed calling DestroyContext() always saving .ini data with the current context instead of the supplied context pointer. (#2066)
This commit is contained in:
parent
eb7033e75b
commit
2eaf722fd7
2 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ HOW TO UPDATE?
|
|||
VERSION 1.66 (In Progress)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Other Changes:
|
||||
|
||||
- Fixed calling DestroyContext() always saving .ini data with the current context instead
|
||||
of the supplied context pointer. (#2066)
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.65 (Released 2018-09-06)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue