From d7418fb6c3381c5bd81d6bdb932bf9c79efda42a Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 26 Jan 2019 18:47:59 +1100 Subject: [PATCH] move comment to correct location --- src/tools/pcb_reader/nav/TiledNavmeshGenerator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/pcb_reader/nav/TiledNavmeshGenerator.h b/src/tools/pcb_reader/nav/TiledNavmeshGenerator.h index 05b4744d..e72ee4b5 100644 --- a/src/tools/pcb_reader/nav/TiledNavmeshGenerator.h +++ b/src/tools/pcb_reader/nav/TiledNavmeshGenerator.h @@ -92,13 +92,13 @@ private: int m_partitionType = SamplePartitionType::SAMPLE_PARTITION_WATERSHED; - // options float m_meshBMin[ 3 ]; float m_meshBMax[ 3 ]; float m_lastBuiltTileBmin[3]; float m_lastBuiltTileBmax[3]; + // options float m_tileSize = 160.f; float m_cellSize = 0.2f; float m_cellHeight = 0.2f;