Skip to content

Commit

Permalink
Uncomment //unused float in pbr.frag
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsr committed Mar 16, 2021
1 parent f57ba51 commit c92214f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/render_graph/pipeline/pbr.frag
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct Light {
vec3 pos;
float inverseRadiusSquared;
vec3 color;
// float unused; // unused 4th element of vec4;
float unused; // unused 4th element of vec4;
};

layout(location = 0) in vec3 v_WorldPosition;
Expand Down

0 comments on commit c92214f

Please sign in to comment.