aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-02-11 09:09:52 +0100
committerAndre Weissflog <floooh@gmail.com>2025-02-11 09:09:52 +0100
commitbb33b5fcc5f0500e67cecbbba186c59c6c7d1274 (patch)
tree7e0b742150978e210d4bfad48853a02495fc3dd7
parent156fb288deabd8e4ceec5c4dcef7d7b07cd28740 (diff)
fix changelog typo
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5f250dc..fecc7fe4 100644
--- a/CHANGELOG.md
+++ b/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)