mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
public Vector3(Vector3 pv) : this(pv.X, pv.Y, pv.Z)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public void setValues(float x, float y, float z)
|
||||
{
|
||||
X = x;
|
||||
|
||||
Reference in New Issue
Block a user