Skip to content

Commit

Permalink
fix fragment reference in point_cloud_box.material
Browse files Browse the repository at this point in the history
Closes #759
  • Loading branch information
wjwwood committed May 2, 2014
1 parent 1aad3d8 commit 05c215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre_media/materials/scripts150/point_cloud_box.material
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ material rviz/PointCloudBox
{
vertex_program_ref rviz/glsl150/pass_pos_color.vert {}
geometry_program_ref rviz/glsl150/box.geom {}
fragment_program_ref rviz/glsl150/pass_color.frag {}
fragment_program_ref rviz/glsl120/pass_color.frag {}
}
}

Expand Down

0 comments on commit 05c215b

Please sign in to comment.