mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
Merge branch 'main' of https://github.com/geode-sdk/geode into main
This commit is contained in:
commit
3ec28e7420
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ bool Notification::init(std::string const& text, CCSprite* icon, float time) {
|
|||
m_label->setScale(.6f);
|
||||
m_bg->addChild(m_label);
|
||||
|
||||
if (m_icon = icon) {
|
||||
if ((m_icon = icon)) {
|
||||
m_bg->addChild(icon);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue