fix audio setCurrentTime unbindEnded #3373
Merged
Conversation
296daef
into
cocos-creator:v2.1-release
1 check passed
1 check passed
caryliu1999
added a commit
to caryliu1999/engine
that referenced
this pull request
Oct 16, 2018
…test * commit 'f78835e867f5d1415560652f529dd2c0f7cb92df': (42 commits) Modify the node with opacity 0 to skip rendering. (cocos-creator#3382) fixed issues when upgrade node api (cocos-creator#3372) fix audio setCurrentTime unbindEnded (cocos-creator#3373) Optimize batch rendering of Sprites in case of color changes (cocos-creator#3368) open DragonBones API CCFactory.getInstance() (cocos-creator#3366) fixed model deserialize on wechat platform (cocos-creator#3365) open DragonBones API CCFactory.getInstance() (cocos-creator#3358) add Impl var for WebView (cocos-creator#3359) Fix rendering residue for transparent images on Chrome69. (cocos-creator#3357) add cross origin flag for script download. (cocos-creator#3356) fixed node.setRotation (cocos-creator#3353) fix button bug in engine for 2.1-release (cocos-creator#3354) fix button bug for 2.1-release refine node api (cocos-creator#3340) support 3d raycast (cocos-creator#3326) add video player source for JSB adapter. (cocos-creator#3341) fix merge call jsb.device.setMotion when set setAccelerometer on native (cocos-creator#3332) fix 3d scale polyfill (cocos-creator#3290) fixed switch 2d/3d node (cocos-creator#3297) ...
jareguo
added a commit
to jareguo/engine
that referenced
this pull request
Dec 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
修复小游戏平台 audio setCurrentTime 之后,不触发 ended 事件