Skip to content
Snippets Groups Projects
Commit fbee6741 authored by NiranV's avatar NiranV
Browse files

Changed: Removed WIndlight Transition check, transitions are now always active.

parent a62b6bf0
No related branches found
No related tags found
No related merge requests found
...@@ -230,17 +230,16 @@ ...@@ -230,17 +230,16 @@
function="Floater.ToggleOrBringToFront" function="Floater.ToggleOrBringToFront"
parameter="env_fixed_environmentent_water" /> parameter="env_fixed_environmentent_water" />
</button> </button>
<check_box <text
layout="topleft" name="transition_label"
control_name="RenderInterpolateWindlight"
enabled="false"
left="10"
follows="top|left" follows="top|left"
label="Use Windlight Transitions"
name="RenderInterpolateWindlight"
top="133"
height="16" height="16"
width="100"/> layout="topleft"
left="15"
top="133"
width="175">
Windlight Transition Time
</text>
<slider <slider
control_name="RenderWindlightInterpolateTime" control_name="RenderWindlightInterpolateTime"
enabled_control="RenderInterpolateWindlight" enabled_control="RenderInterpolateWindlight"
...@@ -253,7 +252,7 @@ ...@@ -253,7 +252,7 @@
max_val="30" max_val="30"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="4" top_pad="0"
name="RenderWindlightInterpolateTime" name="RenderWindlightInterpolateTime"
width="196" /> width="196" />
</panel> </panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment