Skip to content

Commit f583bec

Browse files
committed
fix rust warning
1 parent fc6bff8 commit f583bec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/maprando/src/patch/map_tiles.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ pub fn render_tile(
493493
} else {
494494
1
495495
};
496-
let wall_color = if *theme == MapTheme::Dark { 4 } else { 3 };
497496
let mut data: [[u8; 8]; 8] = [[bg_color; 8]; 8];
498497

499498
let liquid_colors = match (tile.liquid_type, tile.heated) {

0 commit comments

Comments
 (0)