diff --git a/WindowsDesktop/Direct3D10/DisplayFontApp/Program.cs b/WindowsDesktop/Direct3D10/DisplayFontApp/Program.cs index 969131c1..fd1f65f2 100644 --- a/WindowsDesktop/Direct3D10/DisplayFontApp/Program.cs +++ b/WindowsDesktop/Direct3D10/DisplayFontApp/Program.cs @@ -68,7 +68,7 @@ protected override void Draw(DemoTime time) { base.Draw(time); - Device.ClearRenderTargetView(BackBufferView, Color.White); + Device.ClearRenderTargetView(BackBufferView, Color.Black); // Make the text boucing on the screen limits if ((fontDimension.Right + xDir) > Config.Width) @@ -97,4 +97,4 @@ static void Main(string[] args) program.Run(new DemoConfiguration("SharpDX D3D10 Font Rendering Demo") { WaitVerticalBlanking = true }); } } -} \ No newline at end of file +}