Fix typos with codespell
Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
@ -622,7 +622,7 @@ void main() {
|
||||
#endif
|
||||
|
||||
#ifdef ALPHA_ANTIALIASING_EDGE_USED
|
||||
// If alpha scissor is used, we must further the edge threshold, otherwise we wont get any edge feather
|
||||
// If alpha scissor is used, we must further the edge threshold, otherwise we won't get any edge feather
|
||||
#ifdef ALPHA_SCISSOR_USED
|
||||
alpha_antialiasing_edge = clamp(alpha_scissor_threshold + alpha_antialiasing_edge, 0.0, 1.0);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user