summaryrefslogtreecommitdiff
path: root/src/simulation
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-30 00:40:28 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-30 00:40:28 (GMT)
commit259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec (patch)
treef0fe2c14499345121371bba0ecc3fe21d17e0953 /src/simulation
parentfe329e9127ebcb8c89c505c4c120e175810d280c (diff)
downloadpowder-259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec.zip
powder-259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec.tar.gz
ASCII for key events, save and Textarea (no caret, yet)
Diffstat (limited to 'src/simulation')
-rw-r--r--src/simulation/Gravity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Gravity.cpp b/src/simulation/Gravity.cpp
index 43ca8e6..d2d7295 100644
--- a/src/simulation/Gravity.cpp
+++ b/src/simulation/Gravity.cpp
@@ -124,6 +124,7 @@ void Gravity::gravity_update_async()
void *Gravity::update_grav_async_helper(void * context)
{
((Gravity *)context)->update_grav_async();
+ return NULL;
}
void Gravity::update_grav_async()