Change tabs to spaces

This commit is contained in:
Alexander Bock
2016-12-03 01:21:54 +01:00
parent afd60683a3
commit 777e6c628f
8 changed files with 23 additions and 23 deletions
@@ -73,7 +73,7 @@ namespace globebrowsing {
properties::BoolProperty("showChunkEdges", "show chunk edges", false),
properties::BoolProperty("showChunkBounds", "show chunk bounds", false),
properties::BoolProperty("showChunkAABB", "show chunk AABB", false),
properties::BoolProperty("showHeightResolution", "show height resolution", false),
properties::BoolProperty("showHeightResolution", "show height resolution", false),
properties::BoolProperty("showHeightIntensities", "show height intensities", false),
properties::BoolProperty("performFrustumCulling", "perform frustum culling", true),
properties::BoolProperty("performHorizonCulling", "perform horizon culling", true),