diff --git a/MonoGame.Framework/Graphics/GraphicsDevice.cs b/MonoGame.Framework/Graphics/GraphicsDevice.cs index d8d17f2c744..be7cc95414e 100644 --- a/MonoGame.Framework/Graphics/GraphicsDevice.cs +++ b/MonoGame.Framework/Graphics/GraphicsDevice.cs @@ -1624,7 +1624,7 @@ internal void ApplyRenderTargets(RenderTargetBinding[] renderTargets) _graphics.SetFrameBuffer(_graphics.Screen); #endif - clearTarget = true; + //clearTarget = true; Viewport = new Viewport(0, 0, PresentationParameters.BackBufferWidth,