mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 16:09:00 +02:00
- attempt to see if this makes stability better
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user