Suppression des constantes physiques de la classe centrale
This commit is contained in:
parent
e5a6b28c5e
commit
fecbe5681a
|
@ -22,10 +22,6 @@ private:
|
|||
std::vector<std::unique_ptr<Object>> objects;
|
||||
|
||||
public:
|
||||
static constexpr float GRAVITY = 10;
|
||||
static constexpr float ATTRACTION = 10;
|
||||
static constexpr float MOVE = 10;
|
||||
|
||||
Engine();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue