Skip to content

Commit e46fa7a

Browse files
committed
Fix typo
1 parent b279c88 commit e46fa7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- The minimum required version of Android Studio has been updated to 2025.1.1
66
- Add mouse events listener for Widgets by @AlexandreK38 in https://github.com/axmolengine/axmol/pull/2580 (the callback function return type was changed from `void` to `bool`)
7-
- Refactor imgui axmol backend by @halx99 in https://github.com/axmolengine/axmol/pull/2584, now both andorid and PC platform backends share it.
7+
- Refactor imgui axmol backend by @halx99 in https://github.com/axmolengine/axmol/pull/2584, now both android and PC platform backends share it.
88
- The `ImGuiPresenter`'s APIs `mergeFontGlyphs`,`clearGlyphRanges`,`removeGlyphRanges`,`addGlyphRanges`,`getGlyphRangesId` have been removed(no longer needed), benefit from imgui-1.92.0 dynamic font atlas support, see imgui 1.92.0 release notes: https://github.com/ocornut/imgui/releases/tag/v1.92.0
99
- Add `ImGuiPresenter::getMainScale`, mark `ImGuiPresenter::getContentZoomFactor` as DEPRECATED
1010
- Remove all overload stubs of API `ImGuiPresenter::addFont`, now only `void ImGuiPresenter::addFont(std::string_view fontFile, float fontSize = DEFAULT_FONT_SIZE);` available
@@ -36,7 +36,7 @@
3636

3737
## SDKs & Tools updates
3838

39-
- AGP: 8.10.0 => 8.11.1
39+
- AGP: 8.10.0 => 8.11.0
4040
- gradle: 8.13 => 8.14.3
4141

4242
## 3rdparty updates

0 commit comments

Comments
 (0)