Skip to content

Commit

Permalink
chore: Trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yngtdd committed Apr 9, 2022
1 parent 0cf3609 commit 2b4bc1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/systems/map_render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pub fn map_render(
};

let glyph = theme.tile_to_render(map.tiles[idx]);

draw_batch.set(pt - offset, ColorPair::new(tint, BLACK), glyph);
}
}
Expand Down

0 comments on commit 2b4bc1e

Please sign in to comment.