bsansouci / reasongl

Reason bindings to WebGL and OpenGL.
107 stars 8 forks source link

get rid of deprecated to_opt warning #20

Closed sjt003 closed 3 years ago

sjt003 commented 3 years ago

When building the "web" example in https://github.com/bsansouci/reprocessing-example I get a deprecation warning message: deprecated: Js.Nullable.to_opt Use toOption instead.

This change should get rid of that deprecation warning.

bsansouci commented 3 years ago

Thanks for contributing!