Physics/PhysObject: Fixed class being not copyable
Former-commit-id: 34f2787e06a0158a802e8ceacaf2c1946850195f
This commit is contained in:
parent
9e3dbb7d09
commit
1e30f0c757
|
|
@ -18,7 +18,7 @@
|
||||||
class NzPhysWorld;
|
class NzPhysWorld;
|
||||||
struct NewtonBody;
|
struct NewtonBody;
|
||||||
|
|
||||||
class NAZARA_API NzPhysObject : NzNonCopyable
|
class NAZARA_API NzPhysObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
NzPhysObject(NzPhysWorld* world, const NzMatrix4f& mat = NzMatrix4f::Identity());
|
NzPhysObject(NzPhysWorld* world, const NzMatrix4f& mat = NzMatrix4f::Identity());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue