shibbo / Fushigi

An editor for Super Mario Bros. Wonder.
MIT License
133 stars 30 forks source link

Fix for linux support #29

Closed Ric3cir121 closed 11 months ago

Ric3cir121 commented 11 months ago

Changed the path separator from \ to / for a proper linux support

jozz024 commented 11 months ago

I would recommend swapping this to Path.DirectorySeparatorChar instead of hardcoding it to /

Ric3cir121 commented 11 months ago

now it uses Path.DirectorySeparatorChar instead