From b37b5398a6afa940acd1138bde922a70838f33af Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 4 Jul 2025 10:37:01 -0700 Subject: Add the new low-level renderer, shared between the imm and scene graph renderer. LLR integration with the scene graph renderer not yet done. --- src/scene/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scene/node.c') diff --git a/src/scene/node.c b/src/scene/node.c index 67ce93c..e359f73 100644 --- a/src/scene/node.c +++ b/src/scene/node.c @@ -2,7 +2,7 @@ #include "animation_impl.h" #include "camera_impl.h" -#include "light_impl.h" +#include "llr/light_impl.h" #include "model_impl.h" #include "object_impl.h" #include "scene_graph.h" -- cgit v1.2.3