Skip to content

Commit

Permalink
Reintroduce means
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravpandya committed May 2, 2024
1 parent 9296cd8 commit af4ebcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/level_gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ void createPaddingEntities(Engine &ctx) {
void createPersistentEntities(Engine &ctx, Map *map) {
createFloorPlane(ctx);
ctx.data().mean = {0, 0};
// ctx.data().mean.x = map->mean.x;
// ctx.data().mean.y = map->mean.y;
ctx.data().mean.x = map->mean.x;
ctx.data().mean.y = map->mean.y;
ctx.data().numControlledVehicles = 0;

CountT agentIdx = 0;
Expand Down

0 comments on commit af4ebcd

Please sign in to comment.