Fixed some timer bugs
Timer now has a mode for unscaled time FIXED: Countdown now resets properly
This commit is contained in:
parent
750d7f6b88
commit
a4c26426e5
5 changed files with 53 additions and 9 deletions
6
Tools/Timer/TimerUpdate.cs
Normal file
6
Tools/Timer/TimerUpdate.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace SimpleTools.Timer{
|
||||
public enum TimerUpdate{
|
||||
ScaledTime,
|
||||
UnscaledTime,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue