mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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,
|
||||
float x, float y, float z) {
|
||||
float x, float y, float z) {
|
||||
SendEntitiesOperationArgs args;
|
||||
args.packetSender = packetSender;
|
||||
args.ourTree = this;
|
||||
|
|
Loading…
Reference in a new issue