mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
update bunny meshlet url (#14345)
# Objective - https://github.com/bevyengine/bevy/pull/14193 changed the bunny meshlet url but didn't update example metadata ## Solution - Also update the url there
This commit is contained in:
parent
bc34216929
commit
0e76b00e15
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ setup = [
|
|||
"curl",
|
||||
"-o",
|
||||
"assets/models/bunny.meshlet_mesh",
|
||||
"https://raw.githubusercontent.com/JMS55/bevy_meshlet_asset/bd869887bc5c9c6e74e353f657d342bef84bacd8/bunny.meshlet_mesh",
|
||||
"https://raw.githubusercontent.com/JMS55/bevy_meshlet_asset/b6c712cfc87c65de419f856845401aba336a7bcd/bunny.meshlet_mesh",
|
||||
],
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue