From 0b3f7414a55b36c83878e6fdb0c6be0601d66ff0 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 26 Sep 2014 13:30:39 +0300 Subject: [PATCH] Initialize StandardVariables::skylight --- source/programbuilder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/programbuilder.cpp b/source/programbuilder.cpp index d73cfff4..7df08d08 100644 --- a/source/programbuilder.cpp +++ b/source/programbuilder.cpp @@ -630,6 +630,7 @@ ProgramBuilder::StandardFeatures::StandardFeatures(): material(false), lighting(false), max_lights(1), + skylight(false), specular(false), normalmap(false), shadow(false), -- 2.43.0