Core: Add ObjectLibrary::Clear

This commit is contained in:
Lynix
2018-07-01 00:36:59 +02:00
parent 217d971fe7
commit eeaaebb15c
3 changed files with 15 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ Nazara Engine:
- SocketPoller will now silently ignore "interrupt errors"
- Added RigidBody2D::ClosestPointQuery
- Fix Sprite copy constructor not copying corner colors
- Added ObjectLibrary::Clear method
Nazara Development Kit:
- Added ImageWidget (#139)