Make biomes display work correctly

This commit is contained in:
2022-10-22 22:59:09 +02:00
parent e36ce58f75
commit e102332d0b
2 changed files with 69 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ impl CameraState {
CameraState {
aspect_ratio: 1_024.0 / 768.0,
// The second coordinate is for the altitude.
position: (3_646.41, 10.3622, 13_113.7),
position: (3_646.41, 12.3622, 13_113.7),
direction: (0.0, 0.0, -1.0),
moving_up: false,
moving_left: false,