Physics2D/PhysWorld2D: Fix multiple calls to RegisterCallbacks with the same collision id

This commit is contained in:
Lynix
2019-04-15 16:25:40 +02:00
parent 8c7d886f73
commit e61faae089
4 changed files with 61 additions and 21 deletions

View File

@@ -183,6 +183,7 @@ Nazara Engine:
- ⚠ Renamed TextStyleFlags enum to TextStyle, introduced Flags specialization of TextStyle as TextStyleFlags
- ⚠ Font, FontData and SimpleTextDrawer now use a proper TextStyleFlags instead of a UInt32
- Almost all Math algorithms are now constexpr
- PhysWorld2D: Fixed callbacks not properly replacing each others when registering twice with the same collisionId (pair)
Nazara Development Kit:
- Added ImageWidget (#139)