Backends: OSX: Remove notification observer when shutting down. (#8331)

This commit is contained in:
Julian Rachele
2025-01-19 16:30:15 -05:00
committed by ocornut
parent aa23f3801b
commit aa1b4ea861
2 changed files with 3 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ Other changes:
SDL_Color. (#8327) [@dkosmari]
- Backends: DirectX12: Texture upload use the command queue provided in
ImGui_ImplDX12_InitInfo instead of creating its own.
- Backends: OSX: Removed notification observer when shutting down. (#8331) [@jrachele]
-----------------------------------------------------------------------