From 698bfc48feca9efb310a85ea2845584da39c66d4 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 1 Dec 2024 22:40:23 +0100 Subject: [PATCH] Update pbr.fs --- examples/shaders/resources/shaders/glsl100/pbr.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/shaders/resources/shaders/glsl100/pbr.fs b/examples/shaders/resources/shaders/glsl100/pbr.fs index 27d49696..cfab71e4 100644 --- a/examples/shaders/resources/shaders/glsl100/pbr.fs +++ b/examples/shaders/resources/shaders/glsl100/pbr.fs @@ -1,6 +1,6 @@ #version 100 -precision highp float; +precision highp float; #define MAX_LIGHTS 4 #define LIGHT_DIRECTIONAL 0 @@ -153,4 +153,4 @@ void main() gl_FragColor = vec4(color,1.0); -} \ No newline at end of file +}