Skip to content

Commit 658df5c

Browse files
committed
refactor(lines): brighten up the emission
1 parent 0c99dcb commit 658df5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/drawable/lines.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ fn build_line_mesh(
271271
base_color: Color::WHITE,
272272
perceptual_roughness: 1.0,
273273
alpha_mode: AlphaMode::Premultiplied,
274-
emissive: Color::linear_rgba(0.25, 0.25, 0.25, 1.0).into(),
274+
emissive: Color::linear_rgba(0.75, 0.75, 0.75, 1.0).into(),
275275
..default()
276276
},
277277
extension: LineExtension {},

0 commit comments

Comments
 (0)