diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-21 11:26:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-21 11:26:39 (GMT) |
| commit | 4b8ebe4abd98d65c97cf1dbd571d448f53669bc3 (patch) | |
| tree | 7e2781fe70c221b4d24416c85223737b8a11dc04 /src/simulation/Simulation.cpp | |
| parent | e54eeae8836b65debfdda242c7c39472b901bc70 (diff) | |
| download | powder-4b8ebe4abd98d65c97cf1dbd571d448f53669bc3.zip powder-4b8ebe4abd98d65c97cf1dbd571d448f53669bc3.tar.gz | |
Air heat simulation now knows about gravity mode. fixes #142
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 2db746a..23c1a21 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -4520,7 +4520,7 @@ Simulation::Simulation(): gravmap = grav->gravmap; //Create and attach air simulation - air = new Air(); + air = new Air(*this); //Give air sim references to our data air->bmap = bmap; air->emap = emap; |
