Skip to content

Commit

Permalink
SDL headless buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jul 19, 2020
1 parent 63ec7f8 commit 66e2fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions headless/SDLHeadlessHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ class GLDummyGraphicsContext : public GraphicsContext {
renderManager_->StopThread();
}

void Shutdown() override {}
void Resize() override {}
void SwapInterval(int interval) override {}
void SwapBuffers() override {}

private:
Draw::DrawContext *draw_;
GLRenderManager *renderManager_ = nullptr;
Expand Down

0 comments on commit 66e2fcf

Please sign in to comment.