We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace03c commit b7f4788Copy full SHA for b7f4788
lib/RoundedCornersEffect.vala
@@ -8,7 +8,7 @@ public class Gala.RoundedCornersEffect : Clutter.ShaderEffect {
8
9
public float clip_radius {
10
construct set {
11
- set_uniform_value ("clip_radius", value + CLIP_RADIUS_OFFSET);
+ set_uniform_value ("clip_radius", value + CLIP_RADIUS_OFFSET);
12
}
13
14
0 commit comments