Skip to content

Commit 283b69e

Browse files
committed
I wasn't sure whether to use a slider for tint_albedo or not. Or maybe it was just a typo. Glad I caught it in time!
1 parent 149a14f commit 283b69e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io_xplane2blender/xplane_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def layer_layout(
418418
row.active = layer_props.tint
419419
row.prop(layer_props, "tint")
420420
if layer_props.tint:
421-
row.prop(layer_props, "tint_albedo", text="Albedo")
421+
row.prop(layer_props, "tint_albedo", text="Albedo", slider=True)
422422
row.prop(layer_props, "tint_emissive", text="Emissive", slider=True)
423423

424424
# cockpit regions

0 commit comments

Comments
 (0)