diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-17 21:44:00 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-17 21:44:00 +0200 |
| commit | f06351b8a04d0a68628b05bed884832840998c6c (patch) | |
| tree | 996081db0df2461d1677aa3f220816a57343e134 /src/rounds.c | |
| parent | 37ff88d1631bfbd231b3d93f3401f3d70a750b45 (diff) | |
stat overlay
Diffstat (limited to 'src/rounds.c')
| -rw-r--r-- | src/rounds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rounds.c b/src/rounds.c index 67fa2b5..4d69aff 100644 --- a/src/rounds.c +++ b/src/rounds.c @@ -40,6 +40,7 @@ static float get_round_text_opacity() { static int round_text_len = 0; void draw_round(platform_window* window) { + return; if (_current_round.round_nr == 0) return; char round_text[30]; |
