diff --git a/src/lib.rs b/src/lib.rs index 7c64954..b5e249a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -37,7 +37,7 @@ //! } //! //! fn write_gradient(mut atmosphere: AtmosphereMut) { -//! atmosphere.horizon = Color::RED; +//! atmosphere.horizon = LinearRgba::RED; //! } //! //! fn check_model(atmosphere: Res) {