Projects > cpp > Issues > Bug #4610

We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.

Create Issue on Github

Optimization in Node does something wrong when comparing two float by using equal operator.

Bug #4610 [Closed]
owen 2014-03-31 08:35 . Updated over 10 years ago
if (_rotationX == rotation.x &&
        _rotationY == rotation.y &&
        _rotationZ_X == rotation.z)
        return;
zhangxm 2014-04-01 05:44
  • Target version changed from 3.0-rc1 to 3.0-rc2
owen 2014-04-08 02:21
  • Status changed from New to Closed

we don't need to handle this rare senario.

Atom PDF

Status:Closed
Start date:2014-03-31
Priority:Normal
Due date:
Assignee:owen
% Done:

0%

Category:all
Target version:3.0-rc2