From 79cde8f9eb1a7d78651cd94625e5ca0da78868fd Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Sat, 6 Apr 2002 03:52:28 +0000 Subject: [PATCH] cleanup git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1206 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/miso/tile/AutoFringer.java | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/java/com/threerings/miso/tile/AutoFringer.java b/src/java/com/threerings/miso/tile/AutoFringer.java index cd5cf473b..5e80a1a98 100644 --- a/src/java/com/threerings/miso/tile/AutoFringer.java +++ b/src/java/com/threerings/miso/tile/AutoFringer.java @@ -1,5 +1,5 @@ // -// $Id: AutoFringer.java,v 1.3 2002/04/06 03:43:24 ray Exp $ +// $Id: AutoFringer.java,v 1.4 2002/04/06 03:52:28 ray Exp $ package com.threerings.miso.tile; @@ -48,12 +48,12 @@ public class AutoFringer } /** - * Automatically generate fringe information for the specified rectangular - * region AND THE TILES THEY INFLUENCE and insert into the fringe TileLayer. + * Automatically generate fringe information for the specified + * rectangular region and the tiles they influence + * and insert into the fringe TileLayer. */ public void fringe (MisoSceneModel scene, TileLayer fringelayer, Rectangle r) - // int startx, int starty, int width, int height) { // create a hash to cache our masks HashMap maskcache = new HashMap(); @@ -72,10 +72,8 @@ public class AutoFringer } /** - * The actual computation of fringe for a specified location. - * - * @return a fully qualified fringe tileid for the specified location - * (0 for no fringe) + * Compute and return the fringe Tile to be inserted at the specified + * location. */ protected Tile getFringeTile (MisoSceneModel scene, int row, int col, HashMap masks)