mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
fix quickpopup
This commit is contained in:
parent
cfa6e09e46
commit
941042999b
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ public:
|
|||
auto inst = new QuickPopup;
|
||||
inst->m_selected = selected;
|
||||
inst->m_cancelledByEscape = cancelledByEscape;
|
||||
// TODO: idk what 9th param is
|
||||
if (inst && inst->init(inst, title, content, btn1, btn2, width, false, .0f, .0f)) {
|
||||
if (inst && inst->init(inst, title, content, btn1, btn2, width, false, .0f, 1.0f)) {
|
||||
inst->autorelease();
|
||||
return inst;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue