mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
Everywhere: Behaviour => Behavior
This commit is contained in:
parent
55b0b06897
commit
6ad427993a
48 changed files with 120 additions and 120 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue