diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-11 22:59:45 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-11 22:59:45 (GMT) |
| commit | fc2f52099c0bbb2412046252bf7b5e4113bbe8e4 (patch) | |
| tree | aa820daf182a845758c3ba2c649df54a228748d4 /src/Simulation.cpp | |
| parent | 2eb09c1daac8199532694167f418146fa57e7735 (diff) | |
| download | powder-fc2f52099c0bbb2412046252bf7b5e4113bbe8e4.zip powder-fc2f52099c0bbb2412046252bf7b5e4113bbe8e4.tar.gz | |
More stuff, started console
Diffstat (limited to 'src/Simulation.cpp')
| -rw-r--r-- | src/Simulation.cpp | 2 |
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; |
