Textures: fixed displaying texture # in metrics/debugger.

This commit is contained in:
ocornut
2025-11-26 14:21:48 +01:00
parent 3fef0d553d
commit e768f91dc2
2 changed files with 6 additions and 13 deletions
+1
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: