summaryrefslogtreecommitdiff
path: root/engine/src/lighting.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/lighting.rs')
-rw-r--r--engine/src/lighting.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/lighting.rs b/engine/src/lighting.rs
index 6944ee5..d08276e 100644
--- a/engine/src/lighting.rs
+++ b/engine/src/lighting.rs
@@ -36,6 +36,7 @@ pub struct GlobalLight
impl GlobalLight
{
+ #[must_use]
pub fn builder() -> GlobalLightBuilder
{
GlobalLightBuilder::default()