mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:08:54 +02:00
Add AvatarHashMap to EntityScriptServer
This commit is contained in:
parent
6c21339485
commit
89e6e10c1d
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
#include "EntityServerConsts.h"
|
#include "EntityServerConsts.h"
|
||||||
#include "EntityNodeData.h"
|
#include "EntityNodeData.h"
|
||||||
#include "AssignmentParentFinder.h"
|
#include "AssignmentParentFinder.h"
|
||||||
|
#include <AvatarHashMap.h>
|
||||||
|
|
||||||
const char* MODEL_SERVER_NAME = "Entity";
|
const char* MODEL_SERVER_NAME = "Entity";
|
||||||
const char* MODEL_SERVER_LOGGING_TARGET_NAME = "entity-server";
|
const char* MODEL_SERVER_LOGGING_TARGET_NAME = "entity-server";
|
||||||
|
@ -62,6 +63,7 @@ OctreePointer EntityServer::createTree() {
|
||||||
_entitySimulation = simpleSimulation;
|
_entitySimulation = simpleSimulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DependencyManager::set<AvatarHashMap>();
|
||||||
DependencyManager::registerInheritance<SpatialParentFinder, AssignmentParentFinder>();
|
DependencyManager::registerInheritance<SpatialParentFinder, AssignmentParentFinder>();
|
||||||
DependencyManager::set<AssignmentParentFinder>(tree);
|
DependencyManager::set<AssignmentParentFinder>(tree);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue