Skip to content

Commit 1c7557a

Browse files
committed
2.2074 support
1 parent 861cb10 commit 1c7557a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mod.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"geode": "3.9.0",
2+
"geode": "4.0.0-alpha.1",
33
"gd": {
4-
"win": "2.206",
5-
"android": "2.206",
6-
"mac": "2.206",
7-
"ios": "2.206"
4+
"win": "2.2074",
5+
"android": "2.274",
6+
"mac": "2.2074",
7+
"ios": "2.2074"
88
},
99
"id": "timestepyt.deltarune_textboxes",
1010
"name": "Deltarune Textboxes",

src/DialogLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bool DeltaruneDialogLayer::init(DialogObject* dialogObject, CCArray* objects, in
4545
alert->m_fields->dialog = true;
4646
alert->m_fields->dialogLayer = this;
4747

48-
Loader::get()->queueInMainThread([=] {
48+
Loader::get()->queueInMainThread([=, this] {
4949
this->setVisible(false);
5050
if (!this->getParent()) {
5151
alert->addChild(this);

0 commit comments

Comments
 (0)