Merge branch 'develop' into renderer

# Conflicts:
#	lib/wal/sources/Component/Movable/MovableComponent.cpp
#	lib/wal/sources/Component/Position/PositionComponent.cpp
This commit is contained in:
Clément Le Bihan
2021-05-25 10:47:35 +02:00
25 changed files with 115 additions and 34 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ class MovableSystem : public WAL::System
//! @brief A movable system is assignable.
MovableSystem &operator=(const MovableSystem &) = default;
};
}
} // namespace WAL