Skip to content

Commit 579c13a

Browse files
committed
WHOOPS
1 parent 00b6f3f commit 579c13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bonk.as

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ void startBonkFlash() {
9494
}
9595

9696
void Render() {
97+
if (!enableBonkFlash) return;
9798
if (lastBonkFlash + 400 < Time::Now) return;
9899

99100
float w = float(Draw::GetWidth());

0 commit comments

Comments
 (0)