re-enabled rain

This commit is contained in:
2024-10-27 13:53:49 +01:00
parent 7388e1a2d7
commit bb2f498ac5
4 changed files with 33 additions and 13 deletions

View File

@@ -39,8 +39,6 @@ public class Chunk {
Elements[x,y].Update();
}
}
// TODO: enable rain again
// MakeItRain(_main.RainAmount);
}
public void WritePixel<T>(int x, int y, int size) {