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

@ -1,8 +1,8 @@
#version 120
#include "lib/settings.glsl"
#include "/lib/settings.glsl"
//Merge and upsample the blurs into a 1/4 res bloom buffer
#include "lib/res_params.glsl"
#include "/lib/res_params.glsl"
uniform sampler2D colortex3;
uniform sampler2D colortex6;