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 /scene/resources/environment.h | |
parent | c023a132d0a1ed0979aa94985257cf0568f44508 (diff) |
Ability to use a sky for reflection together with a background color.
Diffstat (limited to 'scene/resources/environment.h')
-rw-r--r-- | scene/resources/environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/environment.h b/scene/resources/environment.h index 6337981b95..9046ec1e49 100644 --- a/scene/resources/environment.h +++ b/scene/resources/environment.h @@ -45,6 +45,7 @@ public: BG_CLEAR_COLOR, BG_COLOR, BG_SKY, + BG_COLOR_SKY, BG_CANVAS, BG_KEEP, BG_MAX |