mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Textures: fixed displaying texture # in metrics/debugger.
This commit is contained in:
parent
3fef0d553d
commit
e768f91dc2
2 changed files with 6 additions and 13 deletions
|
|
@ -50,6 +50,7 @@ Other Changes:
|
|||
the oldest bug in Dear ImGui history (albeit for a rarely used feature)! (#9086)
|
||||
- Textures:
|
||||
- Fixed a building issue when ImTextureID is defined as a struct.
|
||||
- Fixed displaying texture # in Metrics/Debugger window.
|
||||
- Scrollbar: fixed a codepath leading to a divide-by-zero (which would not be
|
||||
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
|
||||
- Backends:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue