]> git.mxchange.org Git - flightgear.git/blobdiff - src/Viewer/renderingpipeline.cxx
Restore point light in Rembrandt
[flightgear.git] / src / Viewer / renderingpipeline.cxx
index da9cd09a377ca2c026048241cd26ef73c29f96b8..ab4f9640ac377cf9291e75aa194c3134023eb275 100644 (file)
@@ -274,6 +274,7 @@ FGRenderingPipeline::Pass::Pass(SGPropertyNode* prop)
 
     orderNum = prop->getIntValue("order-num", -1);
     effect = prop->getStringValue("effect", "");
+    debugProperty = prop->getStringValue("debug-property", "");
 
     parseCondition(prop);
 }