We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b085980 commit ad9dbb1Copy full SHA for ad9dbb1
LibDmd/Converter/Serum/Serum.cs
@@ -149,6 +149,7 @@ public override void Convert(DmdFrame frame)
149
}
150
151
var rotation = Serum_Colorize(frame.Data);
152
+ Logger.Info($"[serum] Colorize returned 0x{rotation:X8}.");
153
154
ReadSerumFrame();
155
_api.Convert(ref _serumFrame);
@@ -189,7 +190,7 @@ private void StartRotating(int intervalMs)
189
190
Logger.Info($"[serum] First Rotation in {rotationIntervalMs} ms.");
191
192
- private void ContinueRotating(int intervalMs = 1)
193
+ private void ContinueRotating(int intervalMs)
194
{
195
if (_rotator == null) {
196
return;
0 commit comments