Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here

This commit is contained in:
Lynix 2017-03-09 18:21:19 +01:00
commit a32db65865
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ namespace Nz
// If space isn't locked, no need to wait
if (!cpSpaceIsLocked(m_handle))
{
func();
func(rigidBody);
return;
}