From bb2cc54c97e60567d8885eba4f201aacba626d4b Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Wed, 17 Apr 2013 22:23:19 -0700 Subject: [PATCH] Stars turned back on by default - lemme know if anyone sees problems. --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index c770462cdc..694605b69b 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -148,7 +148,7 @@ float renderPitchRate = 0.f; glm::vec3 start_location(6.1f, 0, 1.4f); int statsOn = 0; // Whether to show onscreen text overlay with stats -bool starsOn = false; // Whether to display the stars +bool starsOn = true; // Whether to display the stars bool paintOn = false; // Whether to paint voxels as you fly around VoxelDetail paintingVoxel; // The voxel we're painting if we're painting unsigned char dominantColor = 0; // The dominant color of the voxel we're painting