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;