This commit is contained in:
yggdrasil75
2026-02-26 15:19:52 -05:00
parent 18aa8f06b7
commit 06d5b383e5

View File

@@ -59,8 +59,6 @@ struct Particle {
float mass; float mass;
bool isStatic = false; bool isStatic = false;
float soundSpeed = 100.0f; float soundSpeed = 100.0f;
float temperature = 0.0f;
float water = 0.0f;
float sandcontent = 0.0f; float sandcontent = 0.0f;
float siltcontent = 0.0f; float siltcontent = 0.0f;
float claycontent = 0.0f; float claycontent = 0.0f;