Math/Algorithm: Reenable constexpr

This commit is contained in:
Lynix
2019-04-15 14:16:57 +02:00
parent 080b76a23c
commit 8c7d886f73
3 changed files with 22 additions and 58 deletions

View File

@@ -182,6 +182,7 @@ Nazara Engine:
- Fixed Material::Configure resetting textures
- ⚠ 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
Nazara Development Kit:
- Added ImageWidget (#139)