Explorar el Código

update changelog (macos window resize wobble fix)

Andre Weissflog hace 1 año
padre
commit
0c57a257c0
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 ## Updates
 
+#### 07-Jan-2024
+
+- sokol_app.h (macos+metal): window content no longer 'wobbles' during window resizing. Many
+  thanks to @Seb-degraff for picking up and investigating this longstanding issue
+  (https://github.com/floooh/sokol/issues/700), finding a fix for the remaining problem
+  and providing a really nice PR (https://github.com/floooh/sokol/issues/700)!
+
 #### 06-Jan-2024
 
 > NOTE: if you use sokol_gfx.h and sokol_app.h together, make sure to update both. This is