aphadeon / OpenGame.exe

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

Improve dll path combining #30

Closed mattiascibien closed 8 years ago

mattiascibien commented 8 years ago

Hello, I have applied a small fix on dll resolution. Path.Combine contains a overload with a params[] attribute, therefore without the need to concatenate the string with + "/System/". This implementation is also available in Mono and is safer than concatenating string manually.

Have a nice day.

aphadeon commented 8 years ago

Sorry for not merging this sooner! Went unnoticed. Looks good.