Merging with develop

This commit is contained in:
Zoe Roux
2021-06-17 14:53:28 +02:00
19 changed files with 45 additions and 20 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace BBM
public:
//! @brief A method called after all entities that this system manage has been updated.
//! @note render on screen here
void onSelfUpdate() override;
void onSelfUpdate(std::chrono::nanoseconds dtime) override;
//! @inherit
void onUpdate(WAL::ViewEntity<CameraComponent, PositionComponent> &entity, std::chrono::nanoseconds dtime) override;