Skip to content

Commit

Permalink
removed extra type registration
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jul 6, 2022
1 parent ff13748 commit 341ce4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_sprite/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ impl Plugin for SpritePlugin {
shaders.set_untracked(SPRITE_SHADER_HANDLE, sprite_shader);
app.add_asset::<TextureAtlas>()
.register_type::<Sprite>()
.register_type::<TextureSlicer>()
.register_type::<Mesh2dHandle>()
.add_plugin(Mesh2dRenderPlugin)
.add_plugin(ColorMaterialPlugin);
Expand Down

0 comments on commit 341ce4d

Please sign in to comment.