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();