mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
updated prebuild.xml.
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
This commit is contained in:
@@ -53,7 +53,7 @@ namespace SimpleApp
|
||||
|
||||
ClientView.TerrainManager = new TerrainManager(new SecondLife());
|
||||
|
||||
CommunicationsManager communicationsManager = new CommunicationsLocal(1000, 1000);
|
||||
CommunicationsManager communicationsManager = new CommunicationsLocal(null);
|
||||
|
||||
RegionInfo regionInfo = new RegionInfo( );
|
||||
BaseHttpServer httpServer = new BaseHttpServer(simPort);
|
||||
|
||||
Reference in New Issue
Block a user