Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-blackbird committed Sep 26, 2022
1 parent 461b50c commit 9a18b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/shader/animate_shader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fn setup(mut commands: Commands, mut meshes: ResMut<Assets<Mesh>>) {
// cube
commands.spawn((
meshes.add(Mesh::from(shape::Cube { size: 1.0 })),
CustomMaterial,
SpatialBundle::from(Transform::from_xyz(0.0, 0.5, 0.0)),
));

Expand Down

0 comments on commit 9a18b9f

Please sign in to comment.