Merge commit 'aed221f8f0451e1fe1a2f3fdd1db51af1d947aaf' into GLCameraController

master
Harald Wolff 2017-06-10 21:02:36 +02:00
commit c2a9bcfef0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace org.budnhead.core
public static SquaredMap activeMap;
public static float edge = 5;
public static readonly float maxHeight = 128.0f;
public static readonly float maxHeight = 64.0f;
private int width,
height;

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 );