add comment about clear color for sky

This commit is contained in:
Joe Ardent 2023-02-19 13:28:37 -08:00
parent faafb18e44
commit 6fd2c17413
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use cyber_rider::{
}; };
const CYBER_SKY: Color = Color::rgb(0.07, 0.001, 0.02); const CYBER_SKY: Color = Color::rgb(0.07, 0.001, 0.02);
// const CYBER_SKY: Color = Color::rgb(0.64, 0.745, 0.937); // const CYBER_SKY: Color = Color::rgb(0.64, 0.745, 0.937); // a light blue sky
fn main() { fn main() {
let mut app = App::new(); let mut app = App::new();