summaryrefslogtreecommitdiff
path: root/servers
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-09-07 20:45:37 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-09-07 20:45:37 -0300
commit5ca3af337144209024e36b4bc4843f2c3bb067f1 (patch)
treeb6ed8db40ceda3a058c0b4dfa86113aa1ef3101f /servers
parentc023a132d0a1ed0979aa94985257cf0568f44508 (diff)
Ability to use a sky for reflection together with a background color.
Diffstat (limited to 'servers')
-rw-r--r--servers/visual_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/visual_server.h b/servers/visual_server.h
index 9b88df5c73..7494820287 100644
--- a/servers/visual_server.h
+++ b/servers/visual_server.h
@@ -628,6 +628,7 @@ public:
ENV_BG_CLEAR_COLOR,
ENV_BG_COLOR,
ENV_BG_SKY,
+ ENV_BG_COLOR_SKY,
ENV_BG_CANVAS,
ENV_BG_KEEP,
ENV_BG_MAX