From bfad241a745007d5a7f62872793248a6db21e828 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 7 May 2020 20:07:11 +0200 Subject: [PATCH] fix --- Game1/Sources/Crops/Crops.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game1/Sources/Crops/Crops.cs b/Game1/Sources/Crops/Crops.cs index 86c438c..1be67d0 100644 --- a/Game1/Sources/Crops/Crops.cs +++ b/Game1/Sources/Crops/Crops.cs @@ -25,7 +25,7 @@ class Crops public void updateCrop(Vector2 newSize) { - getProductionRate(); + getProductionRate(DataSet); if (UpdateCrop == 60) { degradeSoil();