Explorar el Código

fix changelog typo

Andre Weissflog hace 3 años
padre
commit
58e8297de3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -3,7 +3,7 @@
 - **18-Nov-2021**: sokol_gl.h has a new function to control the point size for
 - **18-Nov-2021**: sokol_gl.h has a new function to control the point size for
   point list rendering: ```void sgl_point_size(float size)```. Note that on D3D11
   point list rendering: ```void sgl_point_size(float size)```. Note that on D3D11
   the point size is currently ignored (since D3D11 doesn't support a point size at
   the point size is currently ignored (since D3D11 doesn't support a point size at
-  all, the feature will need to be emulated in sokol_gl.h when the D3D11 is active).
+  all, the feature will need to be emulated in sokol_gl.h when the D3D11 backend is active).
   Also note that points cannot currently be textured, only colored.
   Also note that points cannot currently be textured, only colored.
 
 
 - **08-Oct-2021**: texture compression support in sokol_gfx.h has been revisited:
 - **08-Oct-2021**: texture compression support in sokol_gfx.h has been revisited: