Fix typo in sprite_picking.rs example (#15292)

Simple typo I noticed while reading example.
This commit is contained in:
mgi388 2024-09-19 10:46:40 +10:00 committed by GitHub
parent 2ae5a21009
commit 1bb8007dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;