Skip to content

Commit

Permalink
fix point cloud material syntax error (gazebosim#433)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>

Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
2 people authored and srmainwaring committed Oct 21, 2021
1 parent 6d5f429 commit d3c8fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fragment_program PointCloudFS glsl
source point_fs.glsl
default_params
{
param_named color vec4 1.0 1.0 1.0 1.0
param_named color float4 1.0 1.0 1.0 1.0
}
}

Expand Down

0 comments on commit d3c8fb4

Please sign in to comment.