poll_reactive not defined
Opened this issue · 0 comments
mohamed82008 commented
I am getting the following error upon running GLPlot.init()
:
ERROR (unhandled task failure): UndefVarError: poll_reactive not defined
Stacktrace:
[1] glplot_renderloop(::GLWindow.Screen, ::Reactive.Signal{Bool}, ::Reactive.Signal{Bool}) at C:\Users\user\.julia\v0.6\GLPlot\src\screen.jl:59
It seems the function poll_reactive
is no longer living in GLWindow
. What's your recommended fix?