From 22091fa5b14e396147c64bfa8caea74322c677b7 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Sun, 15 Dec 2019 21:26:19 -0500 Subject: [PATCH] more ground for World GitOrigin-RevId: 88a97171701054b23b4f23b414c9bf983bd35293 --- Jumpy.Shared/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jumpy.Shared/World.cs b/Jumpy.Shared/World.cs index 87914f2..958f42a 100644 --- a/Jumpy.Shared/World.cs +++ b/Jumpy.Shared/World.cs @@ -69,7 +69,7 @@ namespace Jumpy { } else { terrain = Terrain.Rock; } - if (j == 6 && 11 < i && i < 15) { + if (j == 6 && 11 < i && i < 16) { terrain = Terrain.Grass; } if (j == 3 && 15 < i && i < 19) {