Sdk/Entity: Fix movement

Fixes OnEntityDestruction not being moved
This commit is contained in:
Lynix
2018-04-22 12:46:41 +02:00
parent 8ab1462402
commit 97067cb566
3 changed files with 6 additions and 24 deletions

View File

@@ -140,6 +140,7 @@ Nazara Development Kit:
- Add DebugComponent (a component able to show aabb/obb/collision mesh)
- ⚠️ 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.
# 0.4: