* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains of Wright Plaza flow!

* Fixed another bug in LibSL.  This is the same version, as before just with a bug fix.
This commit is contained in:
Teravus Ovares
2008-02-02 08:11:14 +00:00
parent 785b641272
commit 2d6c21e8fc
4 changed files with 54 additions and 6 deletions

View File

@@ -188,9 +188,9 @@ namespace OpenSim.Framework.Data.SQLite
}
else if (prim.Stopped)
{
MainLog.Instance.Verbose("DATASTORE",
"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
//MainLog.Instance.Verbose("DATASTORE",
//"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
//addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
}
else
{