mirror of https://github.com/axmolengine/axmol.git
Merge pull request #3828 from ricardoquesada/develop
removes unneeded comments from coding_style
This commit is contained in:
commit
6def9e5eb3
|
@ -71,9 +71,9 @@ protected:
|
||||||
/* After adding all the methods, add the ivars */
|
/* After adding all the methods, add the ivars */
|
||||||
/* all ivars must start with _ */
|
/* all ivars must start with _ */
|
||||||
/* Do not use Hungarian notation */
|
/* Do not use Hungarian notation */
|
||||||
TextureAtlas* _textureAtlas; /// SpriteBatchNode texture atlas (weak reference)
|
TextureAtlas* _textureAtlas;
|
||||||
int _atlasIndex; /// Absolute (real) Index on the SpriteSheet
|
int _atlasIndex;
|
||||||
SpriteBatchNode* _batchNode; /// Used batch node (weak reference)
|
SpriteBatchNode* _batchNode;
|
||||||
};
|
};
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue