Skip to content

Commit

Permalink
Remove misguided hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Oct 26, 2017
1 parent 54e4eab commit 8644e85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GPU/GPUCommon.cpp
Expand Up @@ -1083,8 +1083,6 @@ void GPUCommon::ProcessEvent(GPUEvent ev) {
break; break;


case GPU_EVENT_COPY_DISPLAY_TO_OUTPUT: case GPU_EVENT_COPY_DISPLAY_TO_OUTPUT:
// Ending the frame will unbind the framebuffer. Better finish any outstanding draw calls...
drawEngineCommon_->DispatchFlush();
CopyDisplayToOutputInternal(); CopyDisplayToOutputInternal();
break; break;


Expand Down

0 comments on commit 8644e85

Please sign in to comment.