From 645973439b711011bdd1e687d90a03a46b76b55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grabarz?= Date: Fri, 5 Jul 2024 20:23:07 +0200 Subject: [PATCH] fix doc test --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {