mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 17:19:39 +00:00
fixed a stringparser bug
This commit is contained in:
parent
b28a6fd7b8
commit
85cd744f44
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace Compiler
|
||||||
|
|
||||||
void StringParser::smashCase()
|
void StringParser::smashCase()
|
||||||
{
|
{
|
||||||
mSmashCase = false;
|
mSmashCase = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue