mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Missing deref
This commit is contained in:
parent
a9cfcf241d
commit
57d4e64926
1 changed files with 1 additions and 1 deletions
|
@ -675,7 +675,7 @@ void ScriptEngine::run() {
|
|||
audioPacket->writePrimitive(sequence);
|
||||
|
||||
// send audio packet
|
||||
nodeList->sendUnreliablePacket(audioPacket, node);
|
||||
nodeList->sendUnreliablePacket(*audioPacket, node);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue