Skip to content

Commit cb719be

Browse files
authored
Update meshlet asset URL (#22058)
Update URL after bevyengine/bevy_asset_files#5 Fixes #21935
1 parent 7a7fe9f commit cb719be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3d/meshlet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use bevy::{
1212
use std::f32::consts::PI;
1313

1414
const ASSET_URL: &str =
15-
"https://github.com/bevyengine/bevy_asset_files/raw/9bf88c42b9d06a3634eed633d90ce5fab02c31da/meshlet/bunny.meshlet_mesh";
15+
"https://github.com/bevyengine/bevy_asset_files/raw/6dccaef517bde74d1969734703709aead7211dbc/meshlet/bunny.meshlet_mesh";
1616

1717
fn main() {
1818
App::new()

0 commit comments

Comments
 (0)