mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-25 23:49:03 +00:00
modif shaders callback (adding dtime)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user