Physics/PhysObject: Fixed Copy/Move operator
Former-commit-id: 58377ee8d41ef39ade38fcbf03355af5e7d7db58
This commit is contained in:
@@ -56,7 +56,7 @@ class NAZARA_API NzPhysObject : NzNonCopyable
|
||||
void SetPosition(const NzVector3f& position);
|
||||
void SetRotation(const NzQuaternionf& rotation);
|
||||
|
||||
NzPhysObject& operator=(NzPhysObject object);
|
||||
NzPhysObject& operator=(const NzPhysObject& object);
|
||||
NzPhysObject& operator=(NzPhysObject&& object);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user