From 40afc93f7e722e0dec599e35caab0c31d7726ea0 Mon Sep 17 00:00:00 2001 From: Erik Broberg Date: Tue, 21 Jun 2016 23:28:26 -0400 Subject: [PATCH] Make sure blending is initialized to true --- modules/globebrowsing/chunk/chunkedlodglobe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globebrowsing/chunk/chunkedlodglobe.h b/modules/globebrowsing/chunk/chunkedlodglobe.h index 371be3d0f1..160cb1730e 100644 --- a/modules/globebrowsing/chunk/chunkedlodglobe.h +++ b/modules/globebrowsing/chunk/chunkedlodglobe.h @@ -99,7 +99,7 @@ namespace openspace { float lodScaleFactor; // Layered rendering - std::array blendProperties; + std::array blendProperties = { true }; bool atmosphereEnabled;