Cleanup: spelling

This commit is contained in:
2020-09-10 09:45:25 +10:00
parent 0721fbb6e1
commit 5badf16531
18 changed files with 47 additions and 51 deletions

View File

@@ -36,7 +36,7 @@ struct Closure {
Closure nodetree_exec(void);
/* clang-format off */
/* Avoid multiline defines. */
/* Avoid multi-line defines. */
#ifdef VOLUMETRICS
# define CLOSURE_DEFAULT Closure(vec3(0), vec3(0), vec3(0), 0.0)
#elif !defined(USE_SSS)