From 327cc506abcc5555558e68f6150821cd7462f913 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Fri, 13 Sep 2024 23:24:46 +0200 Subject: [PATCH] Raise fixedpointdepth from 8 to 16 --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.h b/main.h index c084c18..3eea43f 100644 --- a/main.h +++ b/main.h @@ -1,6 +1,6 @@ #ifndef unigi_header_ext_main #define unigi_header_ext_main -#define unigi_ext_texture_fixedpointdepth 8 +#define unigi_ext_texture_fixedpointdepth 16 #include "types.h" #include "structs.h"