Selaa lähdekoodia

DrawList: fixed CloneOutput() taking a copy of the ImDrawListSharedData pointer. Missing Changelog. (#8894, #1860)

ocornut 2 viikkoa sitten
vanhempi
commit
89b7fc906a
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      docs/CHANGELOG.txt

+ 2 - 0
docs/CHANGELOG.txt

@@ -43,6 +43,8 @@ Breaking Changes:
 
 Other Changes:
 
+- DrawList: Fixed CloneOutput() unnecessarily taking a copy of the ImDrawListSharedData
+  pointer, which could to issue when deleting the cloned list. (#8894, #1860)
 - Examples: Android: Android+OpenGL3: update Gradle project (#8888, #8878) [@scribam]