cocos2d / cocos2d-x-3rd-party-libs-bin

197 stars 340 forks source link

Bug in bullet header #371

Open Xrysnow opened 5 years ago

Xrysnow commented 5 years ago

The macro https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/blob/59f0333c4109b3d64c9cba5944f7e45e1af5d111/bullet/include/bullet/LinearMath/btScalar.h#L440 is missing parentheses, and therefore https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/blob/59f0333c4109b3d64c9cba5944f7e45e1af5d111/bullet/include/bullet/LinearMath/btScalar.h#L443 and https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/blob/59f0333c4109b3d64c9cba5944f7e45e1af5d111/bullet/include/bullet/LinearMath/btScalar.h#L488 are totally wrong.