Skip to content

Commit

Permalink
[skip travis] why doesn't appveyor restart?
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Apr 25, 2020
1 parent a7dc2dc commit 30b76b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taichi/backends/opengl/opengl_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ bool initialize_opengl(bool error_tolerance) {
int status = glfwGetError(&desc);
if (error_tolerance && status == GLFW_API_UNAVAILABLE) {
// error tolerated, returning false
// note that we only tolerate GLFW_API_UNAVAILABLE
TI_TRACE("GLFW: OpenGL API unavailable");
supported = std::make_optional<bool>(false);
return false;
Expand Down

0 comments on commit 30b76b6

Please sign in to comment.