octree node deduplication

This commit is contained in:
2024-09-18 17:19:57 -04:00
parent c16e67c4c5
commit d5ed196e2e
9 changed files with 283 additions and 325 deletions
-2
View File
@@ -41,7 +41,6 @@ pub struct Client<'a> {
input: Input,
prev_update: Instant,
grabbed_cursor: bool,
keep_cursor: bool,
world: World,
server: ServerHandle,
server_id_map: HashMap<Entity, Entity>,
@@ -83,7 +82,6 @@ impl Client<'_> {
input: Input::new(),
prev_update: Instant::now(),
grabbed_cursor: false,
keep_cursor: false,
systems: ClientSystems {
render_add_grid: world.register_system(add_grid),
render_update_transform: world.register_system(system::render::update_transform),