DXGL r139 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r138‎ | r139 | r140 >
Date:16:10, 16 April 2012
Author:admin
Status:new
Tags:
Comment:
Fix fullscreen rendering
Modified paths:
  • /ddraw/glRenderer.cpp (modified) (history)

Diff [purge]

Index: ddraw/glRenderer.cpp
@@ -845,6 +845,7 @@
846846 view[2] = 0;
847847 view[3] = (GLfloat)dest->fakey;
848848 }
 849+ SetFBO(0,0,false);
849850 glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);
850851 if(ddInterface->GetBPP() == 8)
851852 {