node-3d / glfw-raub

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

Fix windowDropCB #28

Closed AutomatonSystems closed 3 months ago

AutomatonSystems commented 3 months ago

This fixes the types used in glfw-events.cpp windowCloseCB which prevents the crash when drag+dropping a file into a glfw window.

raub commented 3 months ago

Cool! Thank you