fix color bias behavior

This commit is contained in:
galister
2026-01-25 11:44:42 +09:00
parent 6960652379
commit a5146e0396

View File

@@ -215,8 +215,10 @@ fn try_update_color_scale_bias(
next: std::ptr::null(),
color_bias: Default::default(),
color_scale: xr::Color4f {
r: 1.0,
g: 1.0,
b: 1.0,
a: alpha,
..Default::default()
},
});
*color_bias_khr = Some(new_item);