Bump crate-ci/typos from 1.30.2 to 1.31.0 (#18656)
# Objective - Fixes #18642 ## Solution - Bumped crate-ci/typos from 1.30.2 to 1.31.0. - Fixed typos. ## Testing - Typos were fixed. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d8fa57bd7b
commit
5973ba418f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -292,7 +292,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check for typos
|
||||
uses: crate-ci/typos@v1.30.2
|
||||
uses: crate-ci/typos@v1.31.0
|
||||
- name: Typos info
|
||||
if: failure()
|
||||
run: |
|
||||
|
@ -93,7 +93,7 @@ pub trait Event: Send + Sync + 'static {
|
||||
///
|
||||
/// This exists so we can easily get access to a unique [`ComponentId`] for each [`Event`] type,
|
||||
/// without requiring that [`Event`] types implement [`Component`] directly.
|
||||
/// [`ComponentId`] is used internally as a unique identitifier for events because they are:
|
||||
/// [`ComponentId`] is used internally as a unique identifier for events because they are:
|
||||
///
|
||||
/// - Unique to each event type.
|
||||
/// - Can be quickly generated and looked up.
|
||||
|
@ -49,7 +49,7 @@ const ROOT_2: f32 = 1.41421356; // √2
|
||||
// the exponential falloff of atmospheric density.
|
||||
const MIDPOINT_RATIO: f32 = 0.3;
|
||||
|
||||
// LUT UV PARAMATERIZATIONS
|
||||
// LUT UV PARAMETERIZATIONS
|
||||
|
||||
fn unit_to_sub_uvs(val: vec2<f32>, resolution: vec2<f32>) -> vec2<f32> {
|
||||
return (val + 0.5f / resolution) * (resolution / (resolution + 1.0f));
|
||||
|
Loading…
Reference in New Issue
Block a user