diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 19:14:02 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 19:14:02 (GMT) |
| commit | c0008efb745584d2a1a0a4de0d03bcf477b2fcdd (patch) | |
| tree | 4912a024e94e09a09a6d5a5133e12ae5eee1cb0f /src/simulation/elements | |
| parent | f8badc05d40703cbdd504cc593715f992a40f1f9 (diff) | |
| download | powder-c0008efb745584d2a1a0a4de0d03bcf477b2fcdd.zip powder-c0008efb745584d2a1a0a4de0d03bcf477b2fcdd.tar.gz | |
Fix SOAP.cpp from previous commit
Diffstat (limited to 'src/simulation/elements')
| -rw-r--r-- | src/simulation/elements/SOAP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SOAP.cpp b/src/simulation/elements/SOAP.cpp index d8edab4..1f3b855 100644 --- a/src/simulation/elements/SOAP.cpp +++ b/src/simulation/elements/SOAP.cpp @@ -131,7 +131,7 @@ int Element_SOAP::update(UPDATE_FUNC_ARGS) continue; if ((parts[r>>8].type == PT_SOAP) && (parts[r>>8].ctype&1) && !(parts[r>>8].ctype&4)) - attach(parts, i, r>>8); + Element_SOAP::attach(parts, i, r>>8); } } else |
