immortalx74 / clonenoid

Arkanoid clone made with LOVR
4 stars 0 forks source link

Throws an error on Linux #1

Closed jmiskovic closed 1 year ago

jmiskovic commented 1 year ago

I needed to change glfw3 loading to make it run on Linux:

glfw = ffi.os == 'Windows' and ffi.load('glfw3') or ffi.C

That line is from lovr-mouse so it should be well tested across win/linux/macos.

immortalx74 commented 1 year ago

Thanks so much, fixed!