minor moon rotation change
parent
a568b759bc
commit
27a81d4909
|
@ -995,7 +995,7 @@ namespace OpenSim.Framework
|
||||||
float al = sun_angle;
|
float al = sun_angle;
|
||||||
|
|
||||||
sky.sun_rotation = AzAlToRot(az, al);
|
sky.sun_rotation = AzAlToRot(az, al);
|
||||||
sky.moon_rotation = AzAlToRot(az + (float)Math.PI, -al);
|
sky.moon_rotation = AzAlToRot(az, al + (float)Math.PI);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Vector3 Xrot(Quaternion rot)
|
public static Vector3 Xrot(Quaternion rot)
|
||||||
|
|
|
@ -237,7 +237,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||||
if(data == null)
|
if(data == null)
|
||||||
{
|
{
|
||||||
m_log.ErrorFormat(
|
m_log.ErrorFormat(
|
||||||
"[INVENTORY ACCESS MODULE CreateNewInventoryItem]: failed to create default enviroment setting asset {0} for agent {1}", name, remoteClient.AgentId);
|
"[INVENTORY ACCESS MODULE CreateNewInventoryItem]: failed to create default environment setting asset {0} for agent {1}", name, remoteClient.AgentId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue