summaryrefslogtreecommitdiff
path: root/src/Simulation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simulation.cpp')
-rw-r--r--src/Simulation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulation.cpp b/src/Simulation.cpp
index 7ec5c4e..a1a785a 100644
--- a/src/Simulation.cpp
+++ b/src/Simulation.cpp
@@ -3119,6 +3119,8 @@ void Simulation::update_particles()//doesn't update the particles themselves, bu
pthread_t *InterThreads;
#endif
+ air->update_air();
+
memset(pmap, 0, sizeof(pmap));
memset(photons, 0, sizeof(photons));
NUM_PARTS = 0;