Skip to content

Commit 0790bdb

Browse files
committed
show the damn cursor
1 parent bdc738f commit 0790bdb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/hooks/PlayLayer/WhackAFace.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,21 @@ class $modify(WhackAFacePlayLayer, PlayLayer) {
5151
});
5252

5353
clearWhackBtns();
54+
cursor::show();
5455
};
5556
};
5657

5758
void resetLevel() {
5859
PlayLayer::resetLevel();
60+
61+
clearWhackBtns();
5962
cursor::show();
6063
};
6164

6265
void resetLevelFromStart() {
6366
PlayLayer::resetLevelFromStart();
67+
68+
clearWhackBtns();
6469
cursor::show();
6570
};
6671

@@ -83,6 +88,7 @@ class $modify(WhackAFacePlayLayer, PlayLayer) {
8388
if (auto s = self.lock()) s->resetLevelFromStart();
8489
};
8590

91+
cursor::show();
8692
whack->removeMeAndCleanup();
8793
};
8894
});

0 commit comments

Comments
 (0)