diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-10-04 17:12:40 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-10-04 17:12:40 +0200 |
| commit | 9bbac210b7d31390a714b28a8c2efee4c2152a83 (patch) | |
| tree | be0d6657b9b47a6ed7a0871d4cfb4da4a1e6665d /CHANGELOG.md | |
| parent | 39857a1ceee497f0eae72a9f4770d5d3ffdad4b1 (diff) | |
fix a changelog typo
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f1255f7a..7b88926d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ function. Note that support for rendering with `base_vertex` and/or `base_instance` is not portable (but only the GL backend has restrictions). To check for feature -availabality at runtime, two new `sg_feature` flags have been added: +availabality at runtime, two new `sg_features` flags have been added: - `sg_features.draw_base_vertex`: rendering with `base_vertex != 0` is supported - `sg_features.draw_base_instance`: rendering with `base_instance > 0` is supported |