hides default layers while loading level

This commit is contained in:
Jeena 2015-04-19 12:33:45 +02:00
parent a22fbcbbc8
commit aaa1db4468
2 changed files with 14 additions and 2 deletions

View file

@ -78,7 +78,7 @@ function () {
// NETWORKING
NETWORK_UPDATE_INTERVAL: 70, // in milliseconds
NETWORK_LOG_INCOMING: true,
NETWORK_LOG_INCOMING: false,
NETWORK_LOG_OUTGOING: false,
NETWORK_LOG_FILTER: ["ping", "pong", "worldUpdate", "lookAt"],