diff --git a/cocos2d/CCNode.m b/cocos2d/CCNode.m index e926e8716..74021ca88 100644 --- a/cocos2d/CCNode.m +++ b/cocos2d/CCNode.m @@ -549,8 +549,10 @@ -(void) visit kmGLPushMatrix(); - if ( _grid && _grid.active) + if ( _grid && _grid.active) { [_grid beforeDraw]; + [self transformAncestors]; + } [self transform];