Physics/PhysObject: Fixed class being not copyable

Former-commit-id: 34f2787e06a0158a802e8ceacaf2c1946850195f
This commit is contained in:
Lynix 2015-05-02 09:56:52 +02:00
parent 9e3dbb7d09
commit 1e30f0c757
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
class NzPhysWorld;
struct NewtonBody;
class NAZARA_API NzPhysObject : NzNonCopyable
class NAZARA_API NzPhysObject
{
public:
NzPhysObject(NzPhysWorld* world, const NzMatrix4f& mat = NzMatrix4f::Identity());