Skip to content

Commit 56f78f4

Browse files
committed
Update exception.c
1 parent 865195a commit 56f78f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libogc/exception.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ static void waitForReload(void)
213213
while ( 1 )
214214
{
215215
if(reload_timer > 0) {
216-
kprintf("\r\tReloading in %d seconds ", reload_timer/50);
216+
kprintf("\x1b[2K\tReloading in %d seconds", reload_timer/50);
217217
}
218218
PAD_ScanPads();
219219

0 commit comments

Comments
 (0)