Skip to content

Commit

Permalink
[render] Hotfix missing glob in "Differentiate visual roles ..." (#22236
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jwnimmer-tri authored Nov 24, 2024
1 parent 1c5e341 commit 7841c7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions geometry/render/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,11 @@ filegroup(
name = "test_models",
testonly = 1,
srcs = [
"test/box.sdf",
":box_checkered",
":box_no_mtl",
] + glob([
"test/meshes/*",
"test/box.sdf",
"test/configure_visual_roles.sdf",
"test/*.png",
]),
)
Expand Down

0 comments on commit 7841c7c

Please sign in to comment.