浏览代码

fix changelog typo

Andre Weissflog 7 月之前
父节点
当前提交
bb33b5fcc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -19,7 +19,7 @@ Related pull request: https://github.com/floooh/sokol/pull/1148
 
   Many thanks to @jdah for bringing up the issue and providing the PR and sample code!
 
-- sokol_gfx.h: removed support for PRVTC compressed pixel formats (the latest iOS SDK started
+- sokol_gfx.h: removed support for PVRTC compressed pixel formats (the latest iOS SDK started
   to issue deprecation warnings, and this also removed quite a lot of hacky special-case code from
   sokol_gfx.h). In the unlikely case that you were still using PVRTC textures, please switch
   to the ETC2 or ASTC formats instead (associated ticket: https://github.com/floooh/sokol/issues/1206)