fLindahl / map-to-gltf

CLI tool for converting .map files to .gltf/.glb
MIT License
24 stars 2 forks source link

Currently only supports CRLF line endings #1

Closed fLindahl closed 9 months ago

fLindahl commented 10 months ago

The MAP library used (and currently barely resembling the original library...) only has support for CRLF line endings and will exit with an incomprehensible error when compiling a map that uses LF. We need to support any line-ending, since GIT for example can work with CRLF but checkout with LF, thus having inconsistent behaviour on different machines.

fLindahl commented 9 months ago

Fixed in d199822