mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace should equal project and directory.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
*/
|
||||
using Axiom.Math;
|
||||
|
||||
namespace OpenSim.Physics.Manager
|
||||
namespace OpenSim.Region.Physics.Manager
|
||||
{
|
||||
public delegate void PositionUpdate(PhysicsVector position);
|
||||
public delegate void VelocityUpdate(PhysicsVector velocity);
|
||||
|
||||
Reference in New Issue
Block a user