switch follow modes

This commit is contained in:
2019-02-28 02:02:36 +01:00
parent c3e9ca6048
commit ad4c7a3eb5

View File

@@ -184,12 +184,12 @@ std::vector<std::shared_ptr<Brush>> ABR::compute_brushes(const std::string& path
else if (mode == 5)
{
b->m_jitter_angle = jitter_angle->value<UnitFloat>("jitter") * 0.01f;
b->m_tip_angle_follow = true;
b->m_tip_angle_init = true;
}
else if (mode == 6)
{
b->m_jitter_angle = jitter_angle->value<UnitFloat>("jitter") * 0.01f;
b->m_tip_angle_init = true;
b->m_tip_angle_follow = true;
}
}