mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 14:55:30 +02:00
whitespace
This commit is contained in:
parent
d9319c2c2c
commit
590cf6d798
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue