Skip to content

Commit

Permalink
Fix typo in sprite_picking.rs example (#15292)
Browse files Browse the repository at this point in the history
Simple typo I noticed while reading example.
  • Loading branch information
mgi388 authored Sep 19, 2024
1 parent 2ae5a21 commit 1bb8007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/picking/sprite_picking.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 1bb8007

Please sign in to comment.