# HG changeset patch # User Matti Hamalainen # Date 1647045745 -7200 # Node ID 45ab96eb8daace5c27f1d0ce55ae8f9219094966 # Parent 04c0353429602082ae1832fc94e44a9a8546232f Cleanup a comment. diff -r 04c035342960 -r 45ab96eb8daa src/dmperlin.c --- a/src/dmperlin.c Sat Mar 12 02:42:16 2022 +0200 +++ b/src/dmperlin.c Sat Mar 12 02:42:25 2022 +0200 @@ -113,9 +113,9 @@ } -/* Harmonic summing functions - PDB +/* Harmonic summing function * In what follows "alpha" is the weight when the sum is formed. - * Typically it is 2, As this approaches 1 the function is noisier. + * Typically it is 2, as this approaches 1 the function is noisier. * "beta" is the harmonic scaling/spacing, typically 2. */ DMFloat dmPerlinNoise2D(const DMPerlinContext *ctx, DMFloat x, DMFloat y, DMFloat alpha, DMFloat beta, int n)