closed #2396: indentation fix.

This commit is contained in:
James Chen 2013-07-11 17:07:41 +08:00
parent 285c2440b7
commit 093d9a507c
1 changed files with 5 additions and 5 deletions

View File

@ -384,11 +384,11 @@ bool Scale9Sprite::updateWithBatchNode(SpriteBatchNode* batchnode, Rect rect, bo
this->addChild(_scale9Image); this->addChild(_scale9Image);
if (_spritesGenerated) if (_spritesGenerated)
{ {
// Restore color and opacity // Restore color and opacity
this->setOpacity(opacity); this->setOpacity(opacity);
this->setColor(color); this->setColor(color);
} }
_spritesGenerated = true; _spritesGenerated = true;
return true; return true;