3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 14:55:30 +02:00

whitespace

This commit is contained in:
David Kelly 2017-02-13 12:20:47 -07:00
parent d9319c2c2c
commit 590cf6d798

View file

@ -308,7 +308,7 @@ void EntityServer::readAdditionalConfiguration(const QJsonObject& settingsSectio
}
void EntityServer::entityFilterAdded(EntityItemID id, bool success) {
if(id.isInvalidID()) {
if (id.isInvalidID()) {
// this is the domain-wide entity filter, which we want to stop
// the world for
auto entityEditFilters = qobject_cast<EntityEditFilters*>(sender());