fix(wayland): use an actual timestamp for the frame callback

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-08-07 03:33:18 +02:00
parent 9e72edae67
commit b31f6bc983
4 changed files with 9 additions and 5 deletions

View File

@@ -181,6 +181,7 @@ fn build_line_mesh(
MeshMaterial3d(materials.add(BevyMaterial {
base_color: Color::WHITE,
perceptual_roughness: 1.0,
// TODO: this should be Blend
alpha_mode: AlphaMode::Opaque,
..default()
})),