From f71f8daf5a7156011a7667f173e3fc5224b1417d Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 7 Jan 2012 11:47:05 +0000 Subject: [PATCH] Trivial formatting change. --- library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.h b/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.h index 35933a6c..1d7f6ea6 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.h +++ b/library/PolyVoxCore/include/PolyVoxCore/CubicSurfaceExtractor.h @@ -89,7 +89,7 @@ namespace PolyVox //This constant defines the maximum number of quads which can share a //vertex in a cubic style mesh. See the initialisation for more details. - static const uint32_t MaxVerticesPerPosition; + static const uint32_t MaxVerticesPerPosition; }; }