Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Fixed parsing errors in map importers due to OS language. #228

Merged
merged 1 commit into from
Mar 3, 2019

Conversation

Henry00IS
Copy link
Collaborator

The float.Parse(x) methods required CultureInfo.InvariantCulture as the second argument to make them work on operating systems where the region settings are 1,234.56 instead of 1.234,56 i.e. the comma is the separator instead of a period.

@Henry00IS Henry00IS merged commit 94dec11 into sabresaurus:master Mar 3, 2019
@Henry00IS Henry00IS deleted the ImporterCulture branch March 3, 2019 20:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant