From f8641a5cc4c8baf1f0a7be3685afc219d90143d9 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Wed, 17 Jul 2024 14:45:31 +1000 Subject: whole thing is compiling and running again --- src/new_render/shadows.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/new_render/shadows.c') diff --git a/src/new_render/shadows.c b/src/new_render/shadows.c index df836b4..612fd34 100644 --- a/src/new_render/shadows.c +++ b/src/new_render/shadows.c @@ -1,6 +1,7 @@ -#include #include "shadows.h" +#include #include "core.h" +#include "file.h" #include "log.h" #include "maths.h" #include "ral_common.h" @@ -28,7 +29,7 @@ ShaderDataLayout ShadowUniforms_GetLayout(void* data) { }; if (has_data) { - b1.data.bytes.data = data; + b1.data.bytes.data = data; } return (ShaderDataLayout){ .binding_count = 1, .bindings = { b1 } }; -- cgit v1.2.3-70-g09d2