aboutsummaryrefslogtreecommitdiff
path: root/src/render/llr_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/llr_impl.h')
-rw-r--r--src/render/llr_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/llr_impl.h b/src/render/llr_impl.h
index 319441c..1c08b03 100644
--- a/src/render/llr_impl.h
+++ b/src/render/llr_impl.h
@@ -34,7 +34,6 @@ typedef struct Light {
34 union { 34 union {
35 EnvironmentLight environment; 35 EnvironmentLight environment;
36 }; 36 };
37 node_idx parent; // Parent SceneNode.
38} Light; 37} Light;
39 38
40typedef struct Material { 39typedef struct Material {