blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
12 stars 10 forks source link

Add fix for float parsing in de-DE culture #89

Closed eksime closed 1 year ago

eksime commented 1 year ago

Discussion Reference

Breaking change: no

The AttributeCollection was serialising values from the LuaTable using the CurrentCulture, this lead to 0.5 in Lua scripts being read in as "0,5" in some cultures, then deserialised again using InvariantCulture, sometimes failing or producing invalid values.