scene starting with site and not with building anymore
This commit is contained in:
@@ -8,6 +8,7 @@ export const sceneRegistry = {
|
||||
// Categorized lookups: Type -> Set of IDs
|
||||
// Using a Set is faster for adding/deleting than an Array
|
||||
byType: {
|
||||
site: new Set<string>(),
|
||||
building: new Set<string>(),
|
||||
ceiling: new Set<string>(),
|
||||
level: new Set<string>(),
|
||||
|
||||
Reference in New Issue
Block a user