Skip to content

Commit

Permalink
Buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 8, 2018
1 parent 8c5a94c commit 4d6c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL/SDLGLGraphicsContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SDLGLGraphicsContext : public DummyGraphicsContext {
void ShutdownFromRenderThread() override;

void SwapBuffers() override {
renderManager_->Swap();
// Do nothing, the render thread takes care of this.
}

Draw::DrawContext *GetDrawContext() override {
Expand Down

0 comments on commit 4d6c0cf

Please sign in to comment.