Skip to content

Commit a654b2d

Browse files
style(autofix.ci): automated formatting
1 parent f4c364f commit a654b2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/cata_tiles.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3564,9 +3564,9 @@ void cata_tiles::draw( point dest, const tripoint_bub_ms &center, int width, int
35643564
const int &y = temp_y;
35653565
const auto queue_draw_point = [&]( tile_render_info info ) {
35663566
info.screen_row = row + ( tile_iso && info.pos.z() != center.z() && tile_width > 0
3567-
? ( center.z() - info.pos.z() )
3568-
* tileset_ptr->get_zlevel_height() * 4 / tile_width
3569-
: 0 );
3567+
? ( center.z() - info.pos.z() )
3568+
* tileset_ptr->get_zlevel_height() * 4 / tile_width
3569+
: 0 );
35703570
draw_points.push_back( info );
35713571
};
35723572

0 commit comments

Comments
 (0)