Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
terrarier2111 committed Mar 3, 2024
1 parent 55da4cc commit 66c893b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ impl Server {
conn.clone(),
)));
let mut entities = Manager::default();
// FIXME: fix stage ordering and threading mode!
// FIXME: fix threading modes (make some systems execute in parallel and others in sync)
entities.world.insert_resource(entity::GameInfo::new());
entities.world.insert_resource(WorldResource(world.clone()));
entities
Expand Down

0 comments on commit 66c893b

Please sign in to comment.