For bigger pictures

This commit is contained in:
Erwin Ried 2020-05-02 13:03:54 +02:00
parent 018bbdc190
commit f4461c4eda

View File

@ -147,7 +147,7 @@ GeoMap::GeoMap(
}
void GeoMap::paint(Painter& painter) {
Coord line;
u_int16_t line;
std::array<ui::Color, 240> map_line_buffer;
const auto r = screen_rect();