Skip to content

Commit

Permalink
Rename to paint bias to paint bleed
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Aug 7, 2019
1 parent c58f674 commit d2f8c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/arm/ui/TabPreferences.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class TabPreferences {
Config.save();
}

UITrait.inst.brushBias = ui.slider(Id.handle({value: UITrait.inst.brushBias}), "Paint Bias", 0.0, 2.0, true);
UITrait.inst.brushBias = ui.slider(Id.handle({value: UITrait.inst.brushBias}), "Paint Bleed", 0.0, 2.0, true);
if (ui.isHovered) ui.tooltip("Stretch brush strokes on the uv map to prevent seams");

var brush3dHandle = Id.handle({selected: UITrait.inst.brush3d});
Expand Down

0 comments on commit d2f8c23

Please sign in to comment.