1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00

move comment to correct location

This commit is contained in:
NotAdam 2019-01-26 18:47:59 +11:00
parent c608d9e629
commit d7418fb6c3

View file

@ -92,13 +92,13 @@ private:
int m_partitionType = SamplePartitionType::SAMPLE_PARTITION_WATERSHED; int m_partitionType = SamplePartitionType::SAMPLE_PARTITION_WATERSHED;
// options
float m_meshBMin[ 3 ]; float m_meshBMin[ 3 ];
float m_meshBMax[ 3 ]; float m_meshBMax[ 3 ];
float m_lastBuiltTileBmin[3]; float m_lastBuiltTileBmin[3];
float m_lastBuiltTileBmax[3]; float m_lastBuiltTileBmax[3];
// options
float m_tileSize = 160.f; float m_tileSize = 160.f;
float m_cellSize = 0.2f; float m_cellSize = 0.2f;
float m_cellHeight = 0.2f; float m_cellHeight = 0.2f;