Skip to content

Commit

Permalink
Merge pull request #24 from jwu/master
Browse files Browse the repository at this point in the history
add visible to true
  • Loading branch information
jareguo committed Dec 9, 2015
2 parents 067f62a + 605e74a commit 92c8d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cocos2d/core/components/CCSpriteRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ var SpriteRenderer = cc.Class({
_atlas: {
default: '',
url: cc.SpriteAtlas,
editorOnly: true
editorOnly: true,
visible: true
},

/**
Expand Down

0 comments on commit 92c8d65

Please sign in to comment.