From 35fa8d6cd56da688f83c9e4137cbca059deaeb4c Mon Sep 17 00:00:00 2001 From: croire <1432593898@qq.com> Date: Wed, 10 Nov 2021 23:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BD=93=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=97=B6=E9=95=BF>60=E5=88=86=E9=92=9F=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E5=BC=B9=E5=B9=95=E7=9A=84=E6=97=B6=E9=97=B4=E6=9C=89=E8=AF=AF?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=BC=B9=E5=B9=95=E5=8D=A1=E4=BD=8F=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi.Core/Danmaku2Ass/Utils.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DownKyi.Core/Danmaku2Ass/Utils.cs b/DownKyi.Core/Danmaku2Ass/Utils.cs index 2d874cc..d54e48d 100644 --- a/DownKyi.Core/Danmaku2Ass/Utils.cs +++ b/DownKyi.Core/Danmaku2Ass/Utils.cs @@ -62,6 +62,7 @@ namespace DownKyi.Core.Danmaku2Ass int second = (int)(i % 60.0f); int hour = (int)Math.Floor(min / 60.0); + min = (int)Math.Floor(min % 60.0f); return $"{hour:D}:{min:D2}:{second:D2}.{dec:D2}"; }