summaryrefslogtreecommitdiff
path: root/src/shaders/pbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaders/pbr.c')
-rw-r--r--src/shaders/pbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shaders/pbr.c b/src/shaders/pbr.c
index e4afbf4..556208e 100644
--- a/src/shaders/pbr.c
+++ b/src/shaders/pbr.c
@@ -27,7 +27,7 @@ static void vert(UniformCollection* uniforms, VertexShaderIn* in, Vec4* clipcoor
//*rough = 1 - internal_vec3_dot(&worldnormal, light);
//*vnormal = in->vertex->normal;
*_texcoord = in->vertex->texcoord;
- _clip_pos->x = clipcoord->z;
+ _clip_pos->x = clipcoord->z;
_clip_pos->y = clipcoord->w;
}