Skip to content

Commit a88bf2d

Browse files
Hotfix
1 parent e058f5e commit a88bf2d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"windowWidth": 3440,
3-
"windowHeight": 1440,
2+
"windowWidth": 1920,
3+
"windowHeight": 1080,
44
"shadowSize": 2048,
55
"samples": 8,
66
"cameraPitch": 0,

build/shaders/water/water.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
layout (location = 0) out vec4 fragColor;
66
layout (location = 1) out vec4 brightColor;
77

8-
out vec4 fragColor;
98
in vec4 clipSpace;
109
in vec3 fragPos;
1110
in vec2 texCoords;

0 commit comments

Comments
 (0)