We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ba6fa commit 23c157fCopy full SHA for 23c157f
Assets/Scripts/Utils/XML.cs
@@ -199,7 +199,7 @@ public void SetAttribute(string attrName, float attrValue)
199
if (_attributes == null)
200
_attributes = new Dictionary<string, string>();
201
202
- _attributes[attrName] = string.Format("{0:#.####}", attrValue);
+ _attributes[attrName] = string.Format("{0:0.####}", attrValue);
203
}
204
205
public void RemoveAttribute(string attrName)
0 commit comments