Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislawfortonski committed Jan 31, 2021
1 parent e058f5e commit a88bf2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"windowWidth": 3440,
"windowHeight": 1440,
"windowWidth": 1920,
"windowHeight": 1080,
"shadowSize": 2048,
"samples": 8,
"cameraPitch": 0,
Expand Down
1 change: 0 additions & 1 deletion build/shaders/water/water.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
layout (location = 0) out vec4 fragColor;
layout (location = 1) out vec4 brightColor;

out vec4 fragColor;
in vec4 clipSpace;
in vec3 fragPos;
in vec2 texCoords;
Expand Down

0 comments on commit a88bf2d

Please sign in to comment.