Skip to content

Commit 8824815

Browse files
committed
back to high frequency timers
1 parent 63d6ea0 commit 8824815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibDmd/Converter/Serum/Serum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private void StartRotating()
186186
return;
187187
}
188188
_rotator = Observable
189-
.Interval(TimeSpan.FromMilliseconds(1))
189+
.Interval(TimeSpan.FromMilliseconds(1d/60))
190190
.Subscribe(Rotate);
191191
Logger.Info($"[serum] Rotation started.");
192192
}

0 commit comments

Comments
 (0)