You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
- Fix `ui::MediaPlayer` may crash on Apple platforms by @halx99 in [#2704](https://github.com/axmolengine/axmol/pull/2704)
23
23
- Fix occasional missing Android assets in AAB build by @paulocoutinhox in [#2713](https://github.com/axmolengine/axmol/pull/2713)
24
24
- Fix format specifiers in logging calls by @rh101 in [#2749](https://github.com/axmolengine/axmol/pull/2749)
25
+
- Fix for crash when director is reset during scene transition by @halx99[#2802](https://github.com/axmolengine/axmol/pull/2802)
25
26
26
27
27
28
## Improvements
@@ -37,6 +38,8 @@
37
38
- Remove CI pull-request trigger event: `ready_for_review` by @halx99
38
39
- Update kcp to resolve cmake error by @halx99
39
40
- Dispatch applicationScreenSizeChanged when layoutSubviews on ios by @halx99
41
+
- Rename internal ios class: EARenderView => RenderHostView by @halx99
42
+
- Make Director::getRunningScene() return the expected result for any type of scene switch when called from Node::onEnter() by @rh101 in [#2799](https://github.com/axmolengine/axmol/pull/2799)
0 commit comments