We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10f35c commit b22007cCopy full SHA for b22007c
src/game_logic/ui.rs
@@ -299,7 +299,6 @@ impl UI {
299
300
let line_count = piece_str.lines().count().max(1) as u16;
301
302
- // TODO FOR ASCII if piece_style == ascii force that
303
let color_enum = match piece_color {
304
Some(shakmaty::Color::White) => self.skin.piece_white_color,
305
Some(shakmaty::Color::Black) => self.skin.piece_black_color,
0 commit comments