Physics/PhysObject: Fixed class being not copyable
Former-commit-id: 34f2787e06a0158a802e8ceacaf2c1946850195f
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user