fix: upgrade sk + smithay

This commit is contained in:
Nova
2025-04-27 01:20:13 -07:00
parent 277dc3c8a3
commit 8ef8f4ba2b
11 changed files with 238 additions and 220 deletions

View File

@@ -141,9 +141,9 @@ impl SkHand {
hand.elbow = None;
let hand_color = if self.capture_manager.capture.upgrade().is_none() {
Color128::new_rgb(1.0, 1.0, 1.0)
Color128::rgb(1.0, 1.0, 1.0)
} else {
Color128::new_rgb(0.0, 1.0, 0.75)
Color128::rgb(0.0, 1.0, 0.75)
};
material.color_tint(hand_color);
}