Comment edit.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@744 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: EditableSpotSceneImpl.java,v 1.5 2001/12/05 03:49:29 mdb Exp $
|
// $Id: EditableSpotSceneImpl.java,v 1.6 2001/12/05 07:38:54 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.tools.spot;
|
package com.threerings.whirled.tools.spot;
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ public class EditableSpotSceneImpl
|
|||||||
// documentation inherited
|
// documentation inherited
|
||||||
public void addLocation (Location loc)
|
public void addLocation (Location loc)
|
||||||
{
|
{
|
||||||
// add the delegate location to the end of the location array
|
// add the location to the end of the location array
|
||||||
int lcount = _locations.length;
|
int lcount = _locations.length;
|
||||||
Location[] nlocs = new Location[lcount+1];
|
Location[] nlocs = new Location[lcount+1];
|
||||||
System.arraycopy(_locations, 0, nlocs, 0, lcount);
|
System.arraycopy(_locations, 0, nlocs, 0, lcount);
|
||||||
|
|||||||
Reference in New Issue
Block a user