Skip to content

Commit

Permalink
Remove floor plane
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravpandya committed May 2, 2024
1 parent af4ebcd commit 7689d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/level_gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void createPaddingEntities(Engine &ctx) {
}

void createPersistentEntities(Engine &ctx, Map *map) {
createFloorPlane(ctx);
// createFloorPlane(ctx);
ctx.data().mean = {0, 0};
ctx.data().mean.x = map->mean.x;
ctx.data().mean.y = map->mean.y;
Expand Down

0 comments on commit 7689d24

Please sign in to comment.