mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
* removed erroneous comments
This commit is contained in:
@@ -459,9 +459,6 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
|
||||
private SceneObjectPart buildPrim(DataRow row)
|
||||
{
|
||||
// TODO: this doesn't work yet because something more
|
||||
// interesting has to be done to actually get these values
|
||||
// back out. Not enough time to figure it out yet.
|
||||
SceneObjectPart prim = new SceneObjectPart();
|
||||
prim.UUID = new LLUUID((String)row["UUID"]);
|
||||
// explicit conversion of integers is required, which sort
|
||||
|
||||
Reference in New Issue
Block a user