diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-03 23:42:58 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 15:32:06 (GMT) |
| commit | e600c20ba95c072631a4320f8be3810e7a6f631d (patch) | |
| tree | b14a46213e0a13416de16eb875cf3cbc2a5ce969 /src/simulation/Snapshot.h | |
| parent | 97cea273e5d02ed13d674ec8cc8308afe51e54b0 (diff) | |
| download | powder-e600c20ba95c072631a4320f8be3810e7a6f631d.zip powder-e600c20ba95c072631a4320f8be3810e7a6f631d.tar.gz | |
undo ambient heat in snapshots
Diffstat (limited to 'src/simulation/Snapshot.h')
| -rw-r--r-- | src/simulation/Snapshot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/Snapshot.h b/src/simulation/Snapshot.h index a1c34fa..d47f363 100644 --- a/src/simulation/Snapshot.h +++ b/src/simulation/Snapshot.h @@ -10,6 +10,7 @@ public: std::vector<float> AirPressure; std::vector<float> AirVelocityX; std::vector<float> AirVelocityY; + std::vector<float> AmbientHeat; std::vector<Particle> Particles; std::vector<Particle> PortalParticles; @@ -31,6 +32,7 @@ public: AirPressure(), AirVelocityX(), AirVelocityY(), + AmbientHeat(), Particles(), PortalParticles(), WirelessData(), |
