forked from teamnwah/openmw-tes3coop
Fix member variable case problem
This commit is contained in:
parent
5de0db9a28
commit
2ccb779910
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace Compiler
|
|||
|
||||
if (mState==SetMemberVarState)
|
||||
{
|
||||
mMemberName = Misc::StringUtils::lowerCase (name);
|
||||
mMemberName = name;
|
||||
char type = getContext().getMemberType (mMemberName, mName);
|
||||
|
||||
if (type!=' ')
|
||||
|
|
Loading…
Reference in a new issue