| 252 | } |
| 253 | |
| 254 | void AtlasNode::setTextureAtlas(TextureAtlas* textureAtlas) |
| 255 | { |
| 256 | AX_SAFE_RETAIN(textureAtlas); |
| 257 | AX_SAFE_RELEASE(_textureAtlas); |
| 258 | _textureAtlas = textureAtlas; |
| 259 | } |
| 260 | |
| 261 | TextureAtlas* AtlasNode::getTextureAtlas() const |
| 262 | { |
no outgoing calls
no test coverage detected