Terraria.Graphics.Capture.CaptureInterface.ConstraintPoints C# (CSharp) Method

ConstraintPoints() private static method

private static ConstraintPoints ( ) : void
return void
        private static void ConstraintPoints()
        {
            int fluff = Lighting.offScreenTiles;
            if (EdgeAPinned)
                PointWorldClamp(ref EdgeA, fluff);
            if (!EdgeBPinned)
                return;

            PointWorldClamp(ref EdgeB, fluff);
        }