mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
minor moon rotation change
This commit is contained in:
@@ -995,7 +995,7 @@ namespace OpenSim.Framework
|
||||
float al = sun_angle;
|
||||
|
||||
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)
|
||||
|
||||
@@ -237,7 +237,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
if(data == null)
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user