mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -131,10 +131,10 @@ namespace OpenSim.Framework
|
||||
/// <param name="packet"></param>
|
||||
public void ReturnPacket(Packet packet)
|
||||
{
|
||||
if(!packetPoolEnabled)
|
||||
if (!packetPoolEnabled)
|
||||
return;
|
||||
|
||||
switch(packet.Type)
|
||||
switch (packet.Type)
|
||||
{
|
||||
// List pooling packets here
|
||||
case PacketType.PacketAck:
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class SurfaceTouchEventArgs
|
||||
{
|
||||
public Vector3 Binormal;
|
||||
public int FaceIndex;
|
||||
public Vector3 Normal;
|
||||
public Vector3 Position;
|
||||
public Vector3 STCoord;
|
||||
public Vector3 UVCoord;
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class SurfaceTouchEventArgs
|
||||
{
|
||||
public Vector3 Binormal;
|
||||
public int FaceIndex;
|
||||
public Vector3 Normal;
|
||||
public Vector3 Position;
|
||||
public Vector3 STCoord;
|
||||
public Vector3 UVCoord;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user