Everywhere: Behaviour => Behavior

This commit is contained in:
Andreas Kling 2021-09-07 12:56:50 +02:00
commit 6ad427993a
Notes: sideshowbarker 2024-07-18 04:32:02 +09:00
48 changed files with 120 additions and 120 deletions

View file

@ -35,7 +35,7 @@ static constexpr float wrap(float value, GLint mode)
case GL_REPEAT:
return wrap_repeat(value);
// FIXME: These clamp modes actually have slightly different behaviour
// FIXME: These clamp modes actually have slightly different behavior
case GL_CLAMP:
case GL_CLAMP_TO_BORDER:
case GL_CLAMP_TO_EDGE: