mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-29 03:33:48 +00:00
Merge branch 'experimental' into controllerfixup
This commit is contained in:
commit
385c662714
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static TransatableStaticInit _transtable_static_init;
|
|||
|
||||
static unsigned char charIsUpper(unsigned char c)
|
||||
{
|
||||
return c == upperToLowerTable[c];
|
||||
return c == lowerToUpperTable[c];
|
||||
}
|
||||
|
||||
static unsigned char charToLower(unsigned char c)
|
||||
|
|
Loading…
Reference in a new issue