fix includes

This commit is contained in:
Sasha
2023-07-07 13:56:38 +01:00
parent 30b9fb48aa
commit cca6a1bfc7
43 changed files with 104 additions and 104 deletions

View File

@ -8,8 +8,8 @@ This code is from Chocapic13' shaders
Read the terms of modification and sharing before changing something below please !
!! DO NOT REMOVE !!
*/
#include "lib/settings.glsl"
#include "lib/Shadow_Params.glsl"
#include "/lib/settings.glsl"
#include "/lib/Shadow_Params.glsl"
#define SHADOW_MAP_BIAS 0.5
const float PI = 3.1415927;