FlorianRhiem / pyGLFW

Python bindings for GLFW
MIT License
233 stars 36 forks source link

Fix get_window_content_scale: Pass float pointers #33

Closed papr closed 5 years ago

papr commented 5 years ago

Function expects float pointers, not int pointers https://www.glfw.org/docs/latest/group__window.html#gaf5d31de9c19c4f994facea64d2b3106c

FlorianRhiem commented 5 years ago

Thank you for the fix!