Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #188 from jonas-schievink/wintelfix
Browse files Browse the repository at this point in the history
Fix shader compilation on Windows+Intel
  • Loading branch information
LukasKalbertodt authored Aug 6, 2016
2 parents 53a1347 + fd0c362 commit b869c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/shader/weather.vert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 330
#version 330
in vec3 position;
in vec3 point;

Expand All @@ -7,8 +7,8 @@ uniform mat4 proj_matrix;
uniform mat4 view_matrix;
uniform mat4 scaling_matrix;
uniform int form;
uniform vec4 sun_color;
uniform vec4 sky_light;
uniform vec3 sun_color;
uniform vec3 sky_light;


out vec2 out_position;
Expand Down

0 comments on commit b869c56

Please sign in to comment.