Fix CI problems in example

This commit is contained in:
Tyler Critchlow 2025-07-14 23:31:29 -04:00
parent 60dd402088
commit 3dc86b6a84

View File

@ -106,11 +106,11 @@ fn setup(mut commands: Commands, args: Res<Args>) {
);
gradient.color_space = if args.srgb {
InterpolationColorSpace::Srgb
InterpolationColorSpace::Srgba
} else if args.hsl {
InterpolationColorSpace::Hsl
InterpolationColorSpace::Hsla
} else {
InterpolationColorSpace::OkLab
InterpolationColorSpace::Oklaba
};
parent.spawn((