- attempt to fix additional oos issues

This commit is contained in:
Mark Vejvoda
2013-09-30 17:38:26 +00:00
parent dc944b2a79
commit de8b083329
17 changed files with 330 additions and 345 deletions

View File

@@ -519,7 +519,7 @@ void Properties::setBool(const string &key, bool value){
}
void Properties::setFloat(const string &key, float value){
setString(key, floatToStr(value,16));
setString(key, floatToStr(value,10));
}
void Properties::setString(const string &key, const string &value){