Raise fixedpointdepth from 8 to 16

This commit is contained in:
Fierelier 2024-09-13 23:24:46 +02:00
parent 5fe2344589
commit 327cc506ab

2
main.h
View File

@ -1,6 +1,6 @@
#ifndef unigi_header_ext_main #ifndef unigi_header_ext_main
#define 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 "types.h"
#include "structs.h" #include "structs.h"