diff options
author | Aki <nthirtyone@gmail.com> | 2016-08-15 01:56:24 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-08-15 01:56:24 +0200 |
commit | b0f8d8b862732d41150dddcdc192f7f6c93cfa09 (patch) | |
tree | 4d46931862bc69bbb0f1e2e65bde425f398d3bc3 | |
parent | 6c391f1c9772d19c93a7d6148e09cef0de108304 (diff) | |
download | roflnauts-b0f8d8b862732d41150dddcdc192f7f6c93cfa09.zip roflnauts-b0f8d8b862732d41150dddcdc192f7f6c93cfa09.tar.gz roflnauts-b0f8d8b862732d41150dddcdc192f7f6c93cfa09.tar.bz2 |
This, this will fix it
-rw-r--r-- | world.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,6 +417,6 @@ function World:controlpressed(set, action, key) end function World:controlreleased(set, action, key) for k,naut in pairs(self:getNautsAll()) do - naut:controlpressed(set, action, key) + naut:controlreleased(set, action, key) end end
\ No newline at end of file |