mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
uncomment this from Notification
This commit is contained in:
parent
6a617789d2
commit
3d89677b60
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ void Notification::show() {
|
||||||
if (!this->getParent()) {
|
if (!this->getParent()) {
|
||||||
auto winSize = CCDirector::get()->getWinSize();
|
auto winSize = CCDirector::get()->getWinSize();
|
||||||
this->setPosition(winSize.width / 2, winSize.height / 4);
|
this->setPosition(winSize.width / 2, winSize.height / 4);
|
||||||
// this->setZOrder(CCScene::get()->getHighestChildZ() + 100);
|
this->setZOrder(CCScene::get()->getHighestChildZ() + 100);
|
||||||
}
|
}
|
||||||
SceneManager::get()->keepAcrossScenes(this);
|
SceneManager::get()->keepAcrossScenes(this);
|
||||||
m_showing = true;
|
m_showing = true;
|
||||||
|
|
Loading…
Reference in a new issue