Physics2D/PhysWorld2D: Fix compilation
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Nz
|
|||||||
// If space isn't locked, no need to wait
|
// If space isn't locked, no need to wait
|
||||||
if (!cpSpaceIsLocked(m_handle))
|
if (!cpSpaceIsLocked(m_handle))
|
||||||
{
|
{
|
||||||
func();
|
func(rigidBody);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user