mirror of https://github.com/axmolengine/axmol.git
fix conflict
This commit is contained in:
commit
c5851f988b
|
@ -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];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue