diff --git a/util/sim/planet.hpp b/util/sim/planet.hpp index b75cb03..041a6fb 100644 --- a/util/sim/planet.hpp +++ b/util/sim/planet.hpp @@ -59,8 +59,6 @@ struct Particle { float mass; bool isStatic = false; float soundSpeed = 100.0f; - float temperature = 0.0f; - float water = 0.0f; float sandcontent = 0.0f; float siltcontent = 0.0f; float claycontent = 0.0f;