fix conflict

This commit is contained in:
minggo 2014-08-08 14:04:38 +08:00
commit c5851f988b
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ using namespace cocos2d::experimental::ui;
-(void) setVisible:(bool)visible -(void) setVisible:(bool)visible
{ {
if (self.moviePlayer != NULL) { if (self.moviePlayer != NULL) {
[self.moviePlayer.view setHidden:visible]; [self.moviePlayer.view setHidden:!visible];
} }
} }