Skip to content

Commit

Permalink
💚 Fixed OpenGL_Version always 33
Browse files Browse the repository at this point in the history
  • Loading branch information
zschzen committed Jul 30, 2024
1 parent 3666170 commit 5f9fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenGLConfigurations.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if(NOT ${OPENGL_VERSION} MATCHES "Auto")
endif()

# Set default graphics API if not already set
if(NOT GRAPHICS)
if(NOT OpenGL_Version)
set(OpenGL_Version "GRAPHICS_API_OPENGL_33")
endif()

0 comments on commit 5f9fbab

Please sign in to comment.