useless variable ='(
This commit is contained in:
parent
71ece11ddf
commit
cab56ad979
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ Ecran::~Ecran() {}
|
|||
void Ecran::afficher(
|
||||
const std::function<void()> dessin,
|
||||
const std::function<void(const int, const int)> onLeftClick) const {
|
||||
// Flag qui track si le clic gauche est pressé
|
||||
bool mouseButtonPressed = false;
|
||||
|
||||
while (window.isOpen()) {
|
||||
sf::Event event;
|
||||
while (window.pollEvent(event)) {
|
||||
|
|
Reference in a new issue