diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e9cae2d..1c7abb1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -150,7 +150,7 @@ impl Default for App { sim_manager: Some(SimManager::new()), world_generator: TilesetWorldGenerator::new( "assets/tilesets/tileset1", - &MinesBiome::new(), + Box::new(MinesBiome::new()), ), last_render: Instant::now(), |
