3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 09:23:11 +02:00

whitespace

This commit is contained in:
howard-stearns 2016-04-01 15:00:51 -07:00
parent b5cbd7720e
commit cec4175e9d

View file

@ -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;