Core/Flags: Add Clear methods

This commit is contained in:
Lynix
2019-11-09 13:37:40 +01:00
parent c668d02747
commit a4bff0968b
3 changed files with 31 additions and 0 deletions

View File

@@ -197,6 +197,8 @@ Nazara Engine:
- StackArray and StackVector are now movable
- Fixed RigidBody2D::Copy not copying kinematic/dynamic/static status
- Fixed out-of-bounds access in LuaInstance::LoadLibraries
- Add Flags<E>::Clear(Flags) helper method, to clear one or more flags.
- Add Flags<E>::Clear() helper method, to reset flags
Nazara Development Kit:
- Added ImageWidget (#139)