Fix adding timers not making ticklist dirty

This commit is contained in:
DBotThePony 2023-08-17 14:15:05 +07:00
parent b81971babd
commit f0f1a3cffe
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -32,6 +32,7 @@ class TickList : ITickable {
private set
init {
shouldTick = true
timers.addSorted(this)
}