You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix typos with codespell
Using codespell 2.2-dev from current git. Fix a couple incorrect uses of gendered pronouns.
This commit is contained in:
@@ -357,7 +357,7 @@ Vector2 VisualServer::norm_to_oct(const Vector3 v) {
|
||||
}
|
||||
|
||||
// Maps normalized tangent vector to an octahedron projected onto the cartesian plane
|
||||
// Encodes the tangent vector sign in the second componenet of the returned Vector2 for use in shaders
|
||||
// Encodes the tangent vector sign in the second component of the returned Vector2 for use in shaders
|
||||
// high_precision specifies whether the encoding will be 32 bit (true) or 16 bit (false)
|
||||
// Resulting 2D vector in range [-1, 1]
|
||||
// See http://jcgt.org/published/0003/02/01/ for details
|
||||
|
||||
Reference in New Issue
Block a user