Fix code formatting for Map.cpp

This commit is contained in:
Ted John 2023-06-23 18:06:08 +01:00 committed by Gymnasiast
parent 641d8f70aa
commit 58292caf22
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ int16_t TileElementHeight(const CoordsXYZ& loc, uint8_t slope)
int8_t quad = 0, quad_extra = 0; // which quadrant the element is in?
// quad_extra is for extra height tiles
uint8_t xl, yl; // coordinates across this tile
uint8_t xl, yl; // coordinates across this tile
uint8_t TILE_SIZE = 32;