mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-04 18:46:22 +00:00
first pr reviews fixes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace BBM
|
||||
{
|
||||
//! @brief A system to handle movable entities. This system update velocity based on accelerations and positions based on velocity.
|
||||
class MovableSystem : public WAL::System
|
||||
class MovableSystem : public WAL::System
|
||||
{
|
||||
public:
|
||||
//! @inherit
|
||||
|
||||
@@ -20,7 +20,7 @@ namespace BBM
|
||||
public:
|
||||
//! @brief ctor
|
||||
explicit RenderScreenSystem(RAY::Window &window, T &camera)
|
||||
: WAL::System({typeid(RenderScreenSystem)}),
|
||||
: WAL::System({}),
|
||||
_window(window),
|
||||
_camera(camera)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user