Sdk/World: Fix destruction retrieval while world clear

This commit is contained in:
Jérôme Leclercq
2017-11-22 10:26:33 +01:00
parent 19724f1e66
commit b83a9b60e7
4 changed files with 11 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ Nazara Development Kit:
- TextAreaWidget will now show a cursor as long as it has focus
- Fix BaseWidget linking error on Linux
- ⚠️ Rewrite StateMachine to fix instantaneous state changing (state change is no longer effective until the next update call)
- Fix entities destruction when coming from World::Clear() (also called by destructor), which invalidated world entities handles before destroying entities (preventing destruction callback to get valid entities handles from world)
# 0.4: