Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jan 2, 2020
1 parent b10c3d9 commit 9a024c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/functionloading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ end
if iswindows()
const gl_lib = Libdl.dlopen("opengl32")
end

include("glFunctions.jl")

if iswindows()
Libdl.dlclose(gl_lib)
end

0 comments on commit 9a024c5

Please sign in to comment.