andykorth / Pencil.Gaming

An open-source, cross-platform gaming library for C# with bindings for OpenGL, OpenAL, and GLFW.
136 stars 35 forks source link

Fixed compilation problem #36

Closed johnfredcee closed 9 years ago

johnfredcee commented 9 years ago

The project failed to build out of the box in Visual Studio 2015 because the calls to String.Split were ambiguous. This patch removes that ambiguity.

andykorth commented 9 years ago

Thanks!