Fix CI problems in example
This commit is contained in:
parent
60dd402088
commit
3dc86b6a84
@ -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((
|
||||
|
Loading…
Reference in New Issue
Block a user