mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 14:55:30 +02:00
Initialize ResouceCacheSharedItems in Agent
This commit is contained in:
parent
a4c1a116e7
commit
490f119d85
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ Agent::Agent(const QByteArray& packet) :
|
|||
_scriptEngine.setParent(this);
|
||||
|
||||
_scriptEngine.getEntityScriptingInterface()->setPacketSender(&_entityEditSender);
|
||||
|
||||
DependencyManager::set<ResouceCacheSharedItems>();
|
||||
}
|
||||
|
||||
void Agent::readPendingDatagrams() {
|
||||
|
|
Loading…
Reference in a new issue