[update] Changed the default value of CircleElement's smooth property.
This commit is contained in:
parent
ab889c2e1c
commit
e8b34d30eb
@ -20,7 +20,7 @@ class CircleElement : ElementInterface {
|
|||||||
///
|
///
|
||||||
align(1) float weight = 1;
|
align(1) float weight = 1;
|
||||||
///
|
///
|
||||||
align(1) float smooth = 0;
|
align(1) float smooth = 0.001;
|
||||||
///
|
///
|
||||||
align(1) vec4 color = vec4(0, 0, 0, 0);
|
align(1) vec4 color = vec4(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user