Core/HandledObject: Fix move assignement operator

This commit is contained in:
Lynix
2018-04-03 22:05:35 +02:00
parent f8d1959d87
commit 31c272ab98
3 changed files with 147 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ Nazara Engine:
- Fixed ConvexCollider3D::GetType returning Compound instead of ConvexHull.
- Dual-stack sockets are now supported (by using NetProtocol_Any at creation/opening)
- Fixed IPv6 addresses not being correctly encoded/decoded from the socket API.
- Fix copy and move semantic on HandledObject and ObjectHandle
Nazara Development Kit:
- Added ImageWidget (#139)