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:
@@ -32,9 +32,7 @@ namespace RedBookPlayer.Models.Hardware.Karaoke
|
||||
this.Column = (byte)(bytes[3] & 0x3F);
|
||||
|
||||
for(int i = 0; i < 12; i++)
|
||||
{
|
||||
this.TilePixels[i] = (byte)(bytes[4 + i] & 0x3F);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user