File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ cc.Follow = cc.Action.extend(/** @lends cc.Follow# */{
367367 rect = rect || cc . RectZero ( ) ;
368368 this . _followedNode = followedNode ;
369369
370- this . _boundarySet = cc . Rect . CCRectEqualToRect ( rect , cc . RectZero ( ) ) ;
370+ this . _boundarySet = ! cc . Rect . CCRectEqualToRect ( rect , cc . RectZero ( ) ) ;
371371
372372 this . _boundaryFullyCovered = false ;
373373
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ cc.LabelAtlas = cc.AtlasNode.extend(/** @lends cc.LabelAtlas# */{
5454 textureFilename = arg [ 1 ] ;
5555 width = arg [ 2 ] ;
5656 height = arg [ 3 ] ;
57- startChar = String . fromCharCode ( arg [ 4 ] ) ;
57+ //startChar = String.fromCharCode(arg[4]);
58+ startChar = arg [ 4 ] ;
5859 cc . Assert ( label !== null , "Label must be non-nil" ) ;
5960 }
6061
You can’t perform that action at this time.
0 commit comments