mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 07:00:18 +00:00
fix double backticks
This commit is contained in:
parent
f0a90950ee
commit
c9fff8954a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub enum SpritePickingMode {
|
|||
/// Only consider the rect of a given sprite.
|
||||
BoundingBox,
|
||||
/// Ignore any part of a sprite which has a lower alpha value than the threshold (inclusive)
|
||||
/// Threshold is given as an f32 representing the value you get from [`bevy_color::color::Color::alpha``]
|
||||
/// Threshold is given as an f32 representing the value you get from [`bevy_color::color::Color::alpha`]
|
||||
AlphaThreshold(f32),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue