mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +02:00
whitespace
This commit is contained in:
parent
b5cbd7720e
commit
cec4175e9d
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ void EntityTree::pruneTree() {
|
||||||
}
|
}
|
||||||
|
|
||||||
QVector<EntityItemID> EntityTree::sendEntities(EntityEditPacketSender* packetSender, EntityTreePointer localTree,
|
QVector<EntityItemID> EntityTree::sendEntities(EntityEditPacketSender* packetSender, EntityTreePointer localTree,
|
||||||
float x, float y, float z) {
|
float x, float y, float z) {
|
||||||
SendEntitiesOperationArgs args;
|
SendEntitiesOperationArgs args;
|
||||||
args.packetSender = packetSender;
|
args.packetSender = packetSender;
|
||||||
args.ourTree = this;
|
args.ourTree = this;
|
||||||
|
|
Loading…
Reference in a new issue