Skip to content

Commit a3833f5

Browse files
authored
2.1.6
1 parent cadaf2f commit a3833f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ struct DeferredObject {
278278

279279
// ─── Main generation popup ────────────────────────────────────────────────────
280280

281-
class AIGeneratorPopup : public Popup<> {
281+
class AIGeneratorPopup : public Popup {
282282
protected:
283283
TextInput* m_promptInput = nullptr;
284284
CCLabelBMFont* m_statusLabel = nullptr;
@@ -300,7 +300,7 @@ class AIGeneratorPopup : public Popup<> {
300300
// ── init ──────────────────────────────────────────────────────────────────
301301

302302
bool init(LevelEditorLayer* editorLayer) {
303-
if (!Popup<>::init(420.f, 300.f))
303+
if (!Popup::init(420.f, 300.f))
304304
return false;
305305

306306
m_editorLayer = editorLayer;

0 commit comments

Comments
 (0)