From 05c215b53e0804c19605cd8e821c96909efa5fdd Mon Sep 17 00:00:00 2001 From: William Woodall Date: Thu, 1 May 2014 18:34:35 -0700 Subject: [PATCH] fix fragment reference in point_cloud_box.material Closes #759 --- ogre_media/materials/scripts150/point_cloud_box.material | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogre_media/materials/scripts150/point_cloud_box.material b/ogre_media/materials/scripts150/point_cloud_box.material index 7fa983099f..c466c6ee1f 100644 --- a/ogre_media/materials/scripts150/point_cloud_box.material +++ b/ogre_media/materials/scripts150/point_cloud_box.material @@ -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 {} } }