aphadeon / OpenGame.exe

A custom Ruby-powered game engine that supports RPG Maker games.
24 stars 10 forks source link

Use of Path.DirectorySeparatorChar for getting path separators #31

Closed mattiascibien closed 8 years ago

mattiascibien commented 8 years ago

Hello,

as both mono and .net have a function to get path directory separators I have replaced the use of the hardcoded PathDelimiter with the Path.DirectorySeparatorChar function form System.IO.