This commit is contained in:
CortexCore
2024-12-26 18:00:05 +08:00
parent 1c00d8fb1c
commit c79782b307
3 changed files with 18 additions and 4 deletions

View File

@@ -83,6 +83,8 @@ namespace BITKit
TickRate = 1;
}
_timer.Interval = 1000d / TickRate;
_timer.Elapsed += OnElapsed;
if (_isDisposed is false)