Skip to content

Commit

Permalink
Update test that depended on sRGB rounding.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Aug 2, 2024
1 parent ff10493 commit 2d09f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-is-cubes/src/space/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ fn space_debug() {
physics: SpacePhysics {
gravity: (+0.000, -20.000, +0.000),
sky: Uniform(
Rgb(0.8962694, 0.8962694, 1.0),
Rgb(0.89626944, 0.89626944, 1.0),
),
light: None,
},
Expand Down

0 comments on commit 2d09f8a

Please sign in to comment.