mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
move comment to correct location
This commit is contained in:
parent
c608d9e629
commit
d7418fb6c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue