Skip to content

Commit

Permalink
m_ColorSaturationMax had accidentally been set to 0 breaking color pi…
Browse files Browse the repository at this point in the history
…cker (#724)
  • Loading branch information
andybak committed Jun 5, 2024
1 parent 013fe41 commit 6c0d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Resources/Brushes/Basic/Flat/Flat.asset
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MonoBehaviour:
m_Opacity: 1
m_PressureOpacityRange: {x: 1, y: 1}
m_ColorLuminanceMin: 0
m_ColorSaturationMax: 0
m_ColorSaturationMax: 1
m_ParticleSpeed: 0
m_ParticleRate: 1
m_ParticleInitialRotationRange: 0
Expand Down

0 comments on commit 6c0d56e

Please sign in to comment.