diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-10 01:49:41 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-10 01:49:41 +0200 |
| commit | 9a303edb56fb460f2b60aef0bfca15a242381ba0 (patch) | |
| tree | 8e1773343c9afe5c0583796b72e018635b406513 /engine/src/lighting.rs | |
| parent | a79511cd3033254d9f3c93857d96f1c39751c730 (diff) | |
style(engine): apply formatting
Diffstat (limited to 'engine/src/lighting.rs')
| -rw-r--r-- | engine/src/lighting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/lighting.rs b/engine/src/lighting.rs index eee6afc..5aae795 100644 --- a/engine/src/lighting.rs +++ b/engine/src/lighting.rs @@ -121,7 +121,7 @@ impl Default for EnvironmentalBuilder fn default() -> Self { Self { - ambient_color: Color::Rgb(Rgb { r: 0.2, g: 0.2, b: 0.2 }) + ambient_color: Color::Rgb(Rgb { r: 0.2, g: 0.2, b: 0.2 }), } } } |
