Address review comments

This commit is contained in:
Matt Nadareski
2022-02-11 13:23:33 -08:00
parent 2ab1be864d
commit 2efd0fa40c
4 changed files with 36 additions and 46 deletions

View File

@@ -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);
}
}
}
}