diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-09-07 20:45:37 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-09-07 20:45:37 -0300 |
commit | 5ca3af337144209024e36b4bc4843f2c3bb067f1 (patch) | |
tree | b6ed8db40ceda3a058c0b4dfa86113aa1ef3101f /servers | |
parent | c023a132d0a1ed0979aa94985257cf0568f44508 (diff) |
Ability to use a sky for reflection together with a background color.
Diffstat (limited to 'servers')
-rw-r--r-- | servers/visual_server.h | 1 |
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 |