Skip to content

Commit

Permalink
emergency fix for non-GL build (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate authored Feb 27, 2020
1 parent dd6da1f commit d0b227c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions taichi/platform/opengl/opengl_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ bool is_opengl_api_available()
{
return false;
}

void initialize_opengl()
{
}
#endif

}
Expand Down

0 comments on commit d0b227c

Please sign in to comment.