diff --git a/simgear/scene/util/RenderConstants.hxx b/simgear/scene/util/RenderConstants.hxx index 54e4f075..3574a737 100644 --- a/simgear/scene/util/RenderConstants.hxx +++ b/simgear/scene/util/RenderConstants.hxx @@ -38,7 +38,8 @@ enum NodeMask { GROUNDLIGHTS2_BIT = (1 << 9), RUNWAYLIGHTS_BIT = (1 << 10), LIGHTS_BITS = (GROUNDLIGHTS0_BIT | GROUNDLIGHTS1_BIT | GROUNDLIGHTS2_BIT - | RUNWAYLIGHTS_BIT) + | RUNWAYLIGHTS_BIT), + BACKGROUND_BIT = (1 << 11) }; // Theory of bin numbering: