Revert "corrections" of "colour" to "color", makes style inconsistent though :(
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
953b2990ce
commit
c6bcbeab2f
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ int main(int argc, char *argv[])
|
|||
printf("Failed to load cursor\n");
|
||||
}
|
||||
|
||||
// Get window dimensions and color depth
|
||||
// Get window dimensions and colour depth
|
||||
int windowWidth;
|
||||
int windowHeight;
|
||||
int colourDepth;
|
||||
|
@ -283,7 +283,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (gWindow)
|
||||
{
|
||||
// Set color depth
|
||||
// Set colour depth
|
||||
switch (config.display_mode)
|
||||
{
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue