- Initialize TempRenderTexture and the back buffer to black upon creation.

SVN r2008 (trunk)
This commit is contained in:
Randy Heit 2009-11-29 02:42:20 +00:00
commit a5c8b33f10
2 changed files with 127 additions and 0 deletions

View file

@ -1,4 +1,5 @@
November 28, 2009
- Initialize TempRenderTexture and the back buffer to black upon creation.
- Fixed: Windowed mode always needs to draw to the temporary surface, even
when not gamma correcting, so that D3DFB::GetCurrentScreen() can read from
it.