mirror of https://github.com/axmolengine/axmol.git
Update CCUserDefault.cpp
This commit is contained in:
parent
f1262c521f
commit
b397ed09a5
|
@ -99,7 +99,7 @@ void UserDefault::setEncryptEnabled(bool enabled, const std::string& key, const
|
||||||
ud_setkey(_iv, iv);
|
ud_setkey(_iv, iv);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a
|
|
||||||
void UserDefault::encrypt(std::string& inout, int enc)
|
void UserDefault::encrypt(std::string& inout, int enc)
|
||||||
{
|
{
|
||||||
if (!inout.empty())
|
if (!inout.empty())
|
||||||
|
|
Loading…
Reference in New Issue