diff --git a/org.budnhead/core/SquaredMap.cs b/org.budnhead/core/SquaredMap.cs index 8c98868..f12337e 100644 --- a/org.budnhead/core/SquaredMap.cs +++ b/org.budnhead/core/SquaredMap.cs @@ -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; diff --git a/org.budnhead/graphics/Viewport.cs b/org.budnhead/graphics/Viewport.cs index 15aac22..75284ee 100644 --- a/org.budnhead/graphics/Viewport.cs +++ b/org.budnhead/graphics/Viewport.cs @@ -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 );