GPencil: Increase outline to 2 pixels

The selection outline of 1 pixel was too thin.
This commit is contained in:
Antonio Vazquez 2019-02-28 12:12:52 +01:00
parent d8f9797c28
commit acb3858399
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void main()
if (do_select == 1) {
if (stroke_color.a == 0) {
if (check_borders(uv, 1)) {
if (check_borders(uv, 2)) {
FragColor = select_color;
gl_FragDepth = 0.000001;
}