From 51d0535a8d49b72ab1e47acf30f654403a94c423 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:12:44 +1000 Subject: wip: porting shadowmaps to RAL --- src/maths/maths_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths') diff --git a/src/maths/maths_types.h b/src/maths/maths_types.h index 5ef09db..609672c 100644 --- a/src/maths/maths_types.h +++ b/src/maths/maths_types.h @@ -92,7 +92,7 @@ typedef struct u32x2 { u32 x; u32 y; } u32x2; -#define u32x2(x, y) ((u32x3){ x, y }) +#define u32x2(x, y) ((u32x2){ x, y }) // Type aliass -- cgit v1.2.3-70-g09d2