We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc738f commit 0790bdbCopy full SHA for 0790bdb
1 file changed
src/hooks/PlayLayer/WhackAFace.cpp
@@ -51,16 +51,21 @@ class $modify(WhackAFacePlayLayer, PlayLayer) {
51
});
52
53
clearWhackBtns();
54
+ cursor::show();
55
};
56
57
58
void resetLevel() {
59
PlayLayer::resetLevel();
60
+
61
+ clearWhackBtns();
62
cursor::show();
63
64
65
void resetLevelFromStart() {
66
PlayLayer::resetLevelFromStart();
67
68
69
70
71
@@ -83,6 +88,7 @@ class $modify(WhackAFacePlayLayer, PlayLayer) {
83
88
if (auto s = self.lock()) s->resetLevelFromStart();
84
89
85
90
91
86
92
whack->removeMeAndCleanup();
87
93
94
0 commit comments