mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Update svn properties.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
using System;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface ISceneViewer
|
||||
{
|
||||
void Reset();
|
||||
void Close();
|
||||
int MaxPrimsPerFrame { get; set; }
|
||||
void QueuePartForUpdate(SceneObjectPart part);
|
||||
void SendPrimUpdates();
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface ISceneViewer
|
||||
{
|
||||
void Reset();
|
||||
void Close();
|
||||
int MaxPrimsPerFrame { get; set; }
|
||||
void QueuePartForUpdate(SceneObjectPart part);
|
||||
void SendPrimUpdates();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user