Viewport: Comment Debug Code

master
Harald Wolff 2017-06-10 20:24:56 +02:00
parent 3a55d1613e
commit aed221f8f0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace org.budnhead.graphics
(int)(cr.Height * Height)
);
Console.WriteLine(String.Format("viewPort: {0} {1}",cr,vpr));
//Console.WriteLine(String.Format("viewPort: {0} {1}",cr,vpr));
GL.Viewport( vpr );
GL.Scissor( vpr.X, vpr.Y, vpr.Width, vpr.Height );