We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7fe9f commit cb719beCopy full SHA for cb719be
examples/3d/meshlet.rs
@@ -12,7 +12,7 @@ use bevy::{
12
use std::f32::consts::PI;
13
14
const ASSET_URL: &str =
15
- "https://github.com/bevyengine/bevy_asset_files/raw/9bf88c42b9d06a3634eed633d90ce5fab02c31da/meshlet/bunny.meshlet_mesh";
+ "https://github.com/bevyengine/bevy_asset_files/raw/6dccaef517bde74d1969734703709aead7211dbc/meshlet/bunny.meshlet_mesh";
16
17
fn main() {
18
App::new()
0 commit comments