Switch status to release!

BugFix: If not rendering to the back buffer, now only the red text is not shown.
This commit is contained in:
code@koerner-de.net
2011-11-30 14:08:25 +00:00
parent 493d620250
commit e3e4d25b54
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -607,7 +607,7 @@ HRESULT uMod_IDirect3DDevice9::GetDepthStencilSurface(IDirect3DSurface9** ppZSte
HRESULT uMod_IDirect3DDevice9::BeginScene(void)
{
if ( NormalRendering )
//if ( NormalRendering )
{
if (LastCreatedTexture!=NULL) // add the last created texture
{