1
0
Fork 0
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:
ocornut 2025-11-26 14:18:51 +01:00
parent 3fef0d553d
commit e768f91dc2
2 changed files with 6 additions and 13 deletions

View file

@ -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: