jeske / SimpleScene

Simple 3D scene manager in C# and OpenTK / OpenGL
https://github.com/jeske/SimpleScene/wiki
Other
171 stars 69 forks source link

parsing doubles fix #13

Closed smoothdeveloper closed 8 years ago

smoothdeveloper commented 8 years ago

parsing doubles has to be done with invariant culture in order to work on system with regional settings not matching US.

HoneyHazard commented 8 years ago

Hello! Thank you for submitting this. I've taken a brief look and it looks ok. We will have a big merge coming up sometime next week I hope, I will try to integrate the change right after. Thank you.

HoneyHazard commented 8 years ago

Merged. Thank you again.