From 06d5b383e51b0925872913f6d2c7bfc497252c7f Mon Sep 17 00:00:00 2001 From: yggdrasil75 Date: Thu, 26 Feb 2026 15:19:52 -0500 Subject: [PATCH] woops --- util/sim/planet.hpp | 2 -- 1 file changed, 2 deletions(-) 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;