-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2nd example in readme.md throws DivideError #23
Comments
when I change remove the "null" from this line it seems to work Poptart.jl/src/Desktop/imgui_controls.jl Line 29 in 4022dae
|
Still happening to me in the latest version. |
well, could you use the develop version of Poptart? using Pkg
Pkg.develop("CImGui")
Pkg.develop("Poptart") some problems here, so it should be a lot works that's based on thanks for report. |
Seems the development version uses a different syntax ERROR: UndefVarError: Window not defined |
hi.
the first example works like a charm. The 2nd one gives me an error despite appearing to be simpler.
reproduction
output:
The text was updated successfully, but these errors were encountered: