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

GetVideoMode is not working in GLFW3 #23

Closed ZeronSix closed 10 years ago

ZeronSix commented 10 years ago

Glfw.GetVideoMode is not working now (GLFW 3), it just returns a struct where all parameters are 0. GetVideoModes is working fine.

ZeronSix commented 10 years ago

Well, i fixed this.