mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-29 17:02:11 +00:00
Fixing movements
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BBM
|
||||
class GridCenteredSystem : public WAL::System
|
||||
{
|
||||
public:
|
||||
void onFixedUpdate(Entity &entity) override;
|
||||
void onFixedUpdate(WAL::Entity &entity) override;
|
||||
|
||||
//! @brief A default constructor
|
||||
GridCenteredSystem();
|
||||
|
||||
Reference in New Issue
Block a user