Skip to content

Commit

Permalink
The Witness: Load clusters again. No streaming yet
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Oct 24, 2024
1 parent d9df2f6 commit 1bcdcff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TheWitness/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ export class Entity_Cluster extends Entity {
const entity = globals.entity_manager.entity_list[this.elements[i]];
entity.cluster_id = this.portable_id;
}

globals.asset_manager.load_package(`${globals.entity_manager.universe_name}_${this.portable_id}`);
}
}

Expand Down

0 comments on commit 1bcdcff

Please sign in to comment.