mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Address review comments
This commit is contained in:
@@ -17,9 +17,7 @@ namespace RedBookPlayer.Models.Hardware.Karaoke
|
||||
return;
|
||||
|
||||
for(int i = 0; i < 8; i++)
|
||||
{
|
||||
this.ColorSpec[i] = (short)(BitConverter.ToInt16(bytes, 2 * i) & 0x3F3F);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user