Skip to content

Commit

Permalink
ci: fix macos build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance.H committed Sep 12, 2024
1 parent f73dbc9 commit 4126130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/system_test/MassSpring3D/shaders/basic.vshader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 430
#version 330

uniform mat4 uModelViewMatrix;
// uniform mat4 uNormalMatrix;
Expand Down
2 changes: 1 addition & 1 deletion test/system_test/MassSpring3D/shaders/phong.fshader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 430
#version 330

in vec3 vNormal;
out vec4 fragColor;
Expand Down
2 changes: 1 addition & 1 deletion test/system_test/MassSpring3D/shaders/pick.fshader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 430
#version 330

in vec2 vTexCoord;
out vec4 fragColor;
Expand Down

0 comments on commit 4126130

Please sign in to comment.