Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Mar 23, 2023
1 parent 24f59df commit b44940b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -421,6 +421,7 @@ target_include_directories(OpenSCAD PRIVATE
"src/ext/json"
"src/ext/lexertl/include"
"src/ext/libtess2/Include"
"src/ext"
"src/geometry"
"src/geometry/cgal"
"src/geometry/manifold"
Expand Down
2 changes: 1 addition & 1 deletion src/glview/OffscreenContextAll.hpp
Expand Up @@ -70,7 +70,7 @@ OffscreenContext *create_offscreen_context_common(OffscreenContext *ctx)
return nullptr;
}
// FIXME: Only if verbose
LOG(message_group::None, Location::NONE, "", "GLAD: Loaded OpenGL %1$d.%2$d", GLAD_VERSION_MAJOR(version), GLAD_VERSION_MINOR(version));
LOG("GLAD: Loaded OpenGL %1$d.%2$d", GLAD_VERSION_MAJOR(version), GLAD_VERSION_MINOR(version));
#endif

ctx->fbo = fbo_new();
Expand Down

0 comments on commit b44940b

Please sign in to comment.