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
@ -1063,7 +1063,7 @@ setup = [
|
|||||||
"curl",
|
"curl",
|
||||||
"-o",
|
"-o",
|
||||||
"assets/models/bunny.meshlet_mesh",
|
"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 New Issue
Block a user