Skip to content

Commit

Permalink
I wasn't sure whether to use a slider for tint_albedo or not. Or mayb…
Browse files Browse the repository at this point in the history
…e it was just a typo. Glad I caught it in time!
  • Loading branch information
tngreene committed Nov 6, 2020
1 parent 149a14f commit 283b69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_xplane2blender/xplane_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def layer_layout(
row.active = layer_props.tint
row.prop(layer_props, "tint")
if layer_props.tint:
row.prop(layer_props, "tint_albedo", text="Albedo")
row.prop(layer_props, "tint_albedo", text="Albedo", slider=True)
row.prop(layer_props, "tint_emissive", text="Emissive", slider=True)

# cockpit regions
Expand Down

0 comments on commit 283b69e

Please sign in to comment.