Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jan 2, 2025
1 parent c096311 commit 4a1d278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLMakie/src/gl_backend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function get_texture!(context, atlas::Makie.TextureAtlas)
return true
else
@error("Cached atlas textures should be removed explicitly! $ctx")
println("Reason:", GLFW.is_initialized() ? "" : " not initialized", was_destroyed(x) ? " destroyed" : "")
println("Reason:", GLFW.is_initialized() ? "" : " not initialized", was_destroyed(ctx) ? " destroyed" : "")
Base.show_backtrace(stdout, Base.catch_backtrace())
flush(stdout)
tex_func[1].id = 0 # Should get cleaned up when OpenGL context gets destroyed
Expand Down

0 comments on commit 4a1d278

Please sign in to comment.