modify changelog for particle3d

This commit is contained in:
yangxiao 2015-04-14 13:33:53 +08:00
parent 4aaa494be7
commit 74db8e6cf2
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cocos2d-x-3.6beta0 Apr.14 2015
[NEW] UI:Text: add `Text::disableEffect(LabelEffect)` to disable a specific effect
[FIX] Label: position is wrong if it is visited by a new camera
[FIX] Particle3D: make particle local does not work, rotation accumulates for some types of particle quad render, wrong position calculation for Ribbon Trail
[FIX] Physics: rigid body's rotation is wrong if it is attatched to a node which rotation is not 0
[FIX] Renderer: RenderQueue command buffer optimizing
[FIX] UI:Text: content size is wrong after setting outline effect