COre/Misc: Remove whitespace

(cherry picked from commit 01b1f20d3e)
This commit is contained in:
jackpoz
2020-12-27 19:28:31 +01:00
committed by Shauren
parent c14f4dc835
commit 26962127a5

View File

@@ -46,7 +46,7 @@ constexpr float CENTER_GRID_OFFSET = (SIZE_OF_GRIDS / 2);
#define MIN_MAP_UPDATE_DELAY 1
constexpr float SIZE_OF_GRID_CELL = (SIZE_OF_GRIDS / MAX_NUMBER_OF_CELLS);
constexpr uint32 CENTER_GRID_CELL_ID = (MAX_NUMBER_OF_CELLS * MAX_NUMBER_OF_GRIDS / 2);
constexpr float CENTER_GRID_CELL_OFFSET = (SIZE_OF_GRID_CELL / 2);