Taming down a specific warning.
In CCNode (cocos version 1.0.1), i see the following line in various setters.
isTransformDirty_ = isInverseDirty_ = YES;
AppCode whines about the fact that we are "Using a '=' in a conditional". I read this as setting both iVars to YES. Is there a way to 'tame' down that specific type of warning, or might this be something worth considering for an update ? (i browsed the inspection preferences but could not locate it).
请先登录再写评论。
Yes, this was a bug and it is fixed in the latest EAP.