mirror of https://github.com/axmolengine/axmol.git
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
|
|
|
- [Cocos2d-x 3.13.1 Release Notes](#cocos2d-x-3131-release-notes)
|
|
- [Misc Information](#misc-information)
|
|
- [v3.13.1](#v3131)
|
|
- [Bug fixed](#bug-fixed)
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
# Cocos2d-x 3.13.1 Release Notes #
|
|
|
|
# Misc Information
|
|
|
|
* [Full Changelog](https://github.com/cocos2d/cocos2d-x/blob/v3/CHANGELOG)
|
|
|
|
# v3.13.1
|
|
|
|
## Bug fixed
|
|
|
|
* Label color broken
|
|
* application will crash in debug mode if don't specify a design resolution
|
|
* may crash if coming from background by clicking application icon on Android
|
|
* object.setString() has not effect if passing a number on JSB
|
|
* AudioEngine can not play audio if the audio lies outside APK on Android
|
|
* AudioEngine::stop() will trigger `finish` callback on Android
|
|
|
|
Can refer to [here](https://github.com/cocos2d/cocos2d-x/milestone/33) for detail information about these issues. |