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

Merge pull request from ZappoMan/removeMetavoxels

don't add old metavoxels assignment to default assignments
This commit is contained in:
Seth Alves 2015-03-04 15:08:15 -08:00
commit 440a4378dd

View file

@ -556,6 +556,7 @@ void DomainServer::populateDefaultStaticAssignmentsExcludingTypes(const QSet<Ass
if (!excludedTypes.contains(defaultedType)
&& defaultedType != Assignment::UNUSED_0
&& defaultedType != Assignment::UNUSED_1
&& defaultedType != Assignment::UNUSED_2
&& defaultedType != Assignment::AgentType) {
// type has not been set from a command line or config file config, use the default
// by clearing whatever exists and writing a single default assignment with no payload