Sdk/EntityOwner: Fix move assignement operator

This commit is contained in:
Lynix
2018-04-24 21:55:55 +02:00
parent 97067cb566
commit 4a6d9dba51
3 changed files with 16 additions and 3 deletions

View File

@@ -141,6 +141,7 @@ Nazara Development Kit:
- ⚠️ TextAreaWidget now support text selection (WIP)
- ⚠️ TextAreaWidget::GetHoveredGlyph now returns a two-dimensional position instead of a single glyph position
- Fixed Entity::OnEntityDestruction signal not being properly moved and thus not being called.
- Fixed EntityOwner move assignment which was losing entity ownership
# 0.4: