Suppression des constantes physiques de la classe centrale

This commit is contained in:
Mattéo Delabre 2016-03-08 21:16:45 +01:00
parent e5a6b28c5e
commit fecbe5681a
1 changed files with 0 additions and 4 deletions

View File

@ -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();
/**