diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-23 19:56:41 +0200 |
| commit | 8a41f5aeb3ac143d731928d1c343cd9338190f0a (patch) | |
| tree | a7a8bba7e119354abbaa9fff6ec4e16d2f66b829 /engine/src/lighting.rs | |
| parent | 02afe68342870ce4f37d7e8fb45c985397d6e08d (diff) | |
Diffstat (limited to 'engine/src/lighting.rs')
| -rw-r--r-- | engine/src/lighting.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/src/lighting.rs b/engine/src/lighting.rs index f1b6570..2a07541 100644 --- a/engine/src/lighting.rs +++ b/engine/src/lighting.rs @@ -1,8 +1,7 @@ -use crate::ecs::{Component, Sole}; - use crate::builder; use crate::color::Color; use crate::data_types::vector::Vec3; +use crate::ecs::{Component, Sole}; builder! { #[builder(name = PointLightBuilder, derives = (Debug, Clone))] |
