Skip to content

Commit

Permalink
missing :
Browse files Browse the repository at this point in the history
  • Loading branch information
mishpro-programm committed Mar 31, 2024
1 parent 0fcd435 commit d50b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ class $modify(LevelInfoLayer) {
FLAlertLayer::create("Error", "Can't clone level while already in another level", "OK")->show();
return;
}
LevelInfoLayer:tryCloneLevel(s);
LevelInfoLayer::tryCloneLevel(s);
}
};

0 comments on commit d50b2de

Please sign in to comment.