modif shaders callback (adding dtime)

This commit is contained in:
Clément Le Bihan
2021-06-16 01:23:59 +02:00
parent f549faa424
commit 1fad8de0ca
11 changed files with 43 additions and 33 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace BBM
public:
//! @inherit
void onFixedUpdate(WAL::ViewEntity<ShaderComponentModel> &entity) override;
void onUpdate(WAL::ViewEntity<ShaderComponentModel> &entity, std::chrono::nanoseconds dtime) override;
//! @brief ctor
explicit ShaderModelSystem(WAL::Wal &wal);