MartinFk / VRQuestionnaireToolkit

🎓 ---- VRQuestionnaireToolkit ---- 🎓Enables the community to easily collect subjective measures in virtual environments.
MIT License
114 stars 25 forks source link

Fixed culture dependent transform file writing bug #26

Closed JonasDeu closed 3 years ago

JonasDeu commented 3 years ago

Hi, depending on the current thread culture setting, there are decimal commas instead of points written to the saved_transform_values file when in configuration mode, which leads to wrong positioning of the questionnaire after restarting. Fixed this by using InvariantCulture for Read/Write.

Cheers

MartinFk commented 3 years ago

Thank you very much for your contribution.