fix misspelled 'streching' -> stretching
This commit is contained in:
parent
6256feb9db
commit
9679bd55c1
|
@ -223,7 +223,7 @@ void main()
|
||||||
{
|
{
|
||||||
vec2 tex = shaderParams.yz;
|
vec2 tex = shaderParams.yz;
|
||||||
|
|
||||||
// Unless we're streching chars it is okay to consider
|
// Unless we're stretching chars it is okay to consider
|
||||||
// one derivative for filtering
|
// one derivative for filtering
|
||||||
float derivative = length( dFdx( tex ) ) * fontTextureWidth / 4;
|
float derivative = length( dFdx( tex ) ) * fontTextureWidth / 4;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue