- attempt to see if this makes stability better

This commit is contained in:
Mark Vejvoda
2013-10-02 20:22:10 +00:00
parent ee6eadb0d8
commit dc503d6340
33 changed files with 692 additions and 712 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,10));
setString(key, floatToStr(value,6));
}
void Properties::setString(const string &key, const string &value){