node-3d / glfw-raub

GLFW for Node.js
https://github.com/node-3d/node-3d
MIT License
57 stars 12 forks source link

fix window.pos setter #3

Closed yetzt closed 6 years ago

yetzt commented 6 years ago

setting window.pos should call glfw.setWindowPos() instead of glfw.setWindowSize()

raub commented 6 years ago

yeah, right :)