diff --git a/src/app.rs b/src/app.rs index ee0bc95..1b17378 100644 --- a/src/app.rs +++ b/src/app.rs @@ -174,7 +174,7 @@ impl App { t.bg = self.game.tile_to_place; } } - if self.game.camera_offset.y > 134217712 { + if self.game.camera_offset.y > 643_000 { self.game.current_biome = Biome::Underground; } else { self.game.current_biome = Biome::Surface;