mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix typo in sprite_picking.rs example (#15292)
Simple typo I noticed while reading example.
This commit is contained in:
parent
2ae5a21009
commit
1bb8007dce
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
//! Demonstrates picking for sprites and sprite atlases. The picking backend only tests against the
|
||||
//! sprite bounds, so the sprite atlas can be picked by clicking on its trnasparent areas.
|
||||
//! sprite bounds, so the sprite atlas can be picked by clicking on its transparent areas.
|
||||
|
||||
use bevy::{prelude::*, sprite::Anchor};
|
||||
use std::fmt::Debug;
|
||||
|
|
Loading…
Reference in a new issue