Metapyziks / SourceUtils

Source engine file format exporting / WebGL map viewer demo.
MIT License
142 stars 21 forks source link

Bad entity resource parsing #58

Closed sbarisic closed 5 years ago

sbarisic commented 5 years ago

https://github.com/Metapyziks/SourceUtils/blob/master/SourceUtils/ValveBsp/EntityLump.cs#L239

float.TryParse does not use culture invariant here, it expects a , on my system and therefore parses all decimals wrong.

Metapyziks commented 5 years ago

Thanks for reporting!