Core/Signal: Implement copy constructor/copy assignation operator

This commit is contained in:
Lynix
2019-03-17 18:06:05 +01:00
parent 439a62a7f8
commit bdb5a4b3bd
3 changed files with 26 additions and 4 deletions

View File

@@ -171,6 +171,7 @@ Nazara Engine:
- Fixed missing static Vector4::DotProduct implementation
-**By default, Nazara computes the mass center of all 2D physics object when calling SetGeom**
- ⚠ Added Collider2D::ComputeCenterOfMass
- Signal now implement a copy constructor and copy assignation operator for convenience
Nazara Development Kit:
- Added ImageWidget (#139)