From 4f88179e9819a768f84a9b1b3b6d89b52d052e37 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 4 Nov 2025 02:47:46 +0000 Subject: [PATCH] oops git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@592 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index 451b1be..ccd9a97 100644 --- a/src/core.c +++ b/src/core.c @@ -315,7 +315,7 @@ void MwLoop(MwWidget handle) { MwLLSleep(t); tick += wait; } else { - tick = t2;} + tick = t2; } } }