mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
pCampbot: added behavior that mimic initial inventory download. It's not exactly what the viewer does, but it's close enough, and the elapsed time can be measured.
This commit is contained in:
@@ -343,6 +343,9 @@ namespace pCampBot
|
||||
if (abName == "ph2")
|
||||
newBehaviour = new PhysicsBehaviour2();
|
||||
|
||||
if (abName == "inv")
|
||||
newBehaviour = new InventoryDownloadBehaviour();
|
||||
|
||||
if (newBehaviour != null)
|
||||
{
|
||||
behaviours.Add(newBehaviour);
|
||||
|
||||
Reference in New Issue
Block a user