Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Uproxide committed Jun 7, 2024
1 parent 922d2b0 commit 7e05e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.1
* Bugfix

# 1.4.0
* 2.206!
* Updated Legacy Sprites (Thanks Krintop!)
Expand Down
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class $modify(LevelInfoLayer) {
}
};

/*
class $modify(LevelCell) {
void loadFromLevel(GJGameLevel* p0) {
LevelCell::loadFromLevel(p0);
Expand Down Expand Up @@ -223,8 +222,6 @@ class $modify(RateStarsLayer) {
}
};

*/

class $modify(LevelPage) {
static void onModify(auto& self) {
if (!self.setHookPriority("LevelPage::updateDynamicPage", 100001)) {
Expand Down

0 comments on commit 7e05e2c

Please sign in to comment.