This commit is contained in:
parent
e07d45f12e
commit
8e97ba0e62
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ namespace DMX2
|
|||
|
||||
if (!Pause) {
|
||||
|
||||
// if (deltaT > TimeSpan.FromMilliseconds (LOOPTIME+2))
|
||||
if (deltaT > TimeSpan.FromMilliseconds (LOOPTIME+2))
|
||||
Info.Publish(string.Format ("{0}", deltaT));
|
||||
|
||||
lock (this) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue