mirror of https://github.com/axmolengine/axmol.git
Fix compile error triggered by UIHelper.cpp
This commit is contained in:
parent
6502beaf95
commit
529ee72432
|
@ -149,7 +149,7 @@ std::string Helper::getSubStringOfUTF8String(const std::string& str, std::string
|
||||||
return str.substr(min,max);
|
return str.substr(min,max);
|
||||||
}
|
}
|
||||||
|
|
||||||
void changeLayoutSystemActiveState(bool bActive)
|
void Helper::changeLayoutSystemActiveState(bool bActive)
|
||||||
{
|
{
|
||||||
_activeLayout = bActive;
|
_activeLayout = bActive;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue