Skip to content

Commit 9a18b9f

Browse files
committed
oops
1 parent 461b50c commit 9a18b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/shader/animate_shader.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn setup(mut commands: Commands, mut meshes: ResMut<Assets<Mesh>>) {
4141
// cube
4242
commands.spawn((
4343
meshes.add(Mesh::from(shape::Cube { size: 1.0 })),
44+
CustomMaterial,
4445
SpatialBundle::from(Transform::from_xyz(0.0, 0.5, 0.0)),
4546
));
4647

0 commit comments

Comments
 (0)