Skip to content

Commit

Permalink
Merge pull request #275 from ChristophHaag/patch-1
Browse files Browse the repository at this point in the history
Fix mixedreality.fsh shader
  • Loading branch information
jrbudda authored Feb 22, 2017
2 parents edbb091 + 45fcd6f commit eae0d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vivecraft/shaders/mixedreality.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ void main(void) {
discard; // Throw out the fragment to save some GPU processing
//out_Color = vec4(1, 0, 1, 1);
}
};
}

0 comments on commit eae0d76

Please sign in to comment.