Sculpt: Fix slide relax cursor color

Slide/Relax is a deform tool, so the color should be yellow.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D6827
This commit is contained in:
Pablo Dobarro 2020-02-12 21:17:35 +01:00
parent f996aeaf76
commit 8673d2e92a
1 changed files with 1 additions and 0 deletions

View File

@ -1063,6 +1063,7 @@ void BKE_brush_sculpt_reset(Brush *br)
case SCULPT_TOOL_ROTATE:
case SCULPT_TOOL_ELASTIC_DEFORM:
case SCULPT_TOOL_POSE:
case SCULPT_TOOL_SLIDE_RELAX:
br->add_col[0] = 1.0f;
br->add_col[1] = 0.95f;
br->add_col[2] = 0.005f;