From 869c08211237a89bc5def640cabff6c76b3c8fa2 Mon Sep 17 00:00:00 2001 From: maelle Date: Sat, 26 Mar 2016 10:16:12 +0100 Subject: [PATCH] =?UTF-8?q?Sauvegarde=20d'un=20changement=20d=C3=A9j=C3=A0?= =?UTF-8?q?=20effectu=C3=A9=20sur=20block.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block.cpp b/src/block.cpp index 736fc1d..b8e08e5 100644 --- a/src/block.cpp +++ b/src/block.cpp @@ -16,7 +16,7 @@ void Block::draw(sf::RenderWindow& window, ResourceManager& resources) { Object::draw(window, resources); // utilisation de la texture - sprite.setTexture(resources.getTexture("block.bmp")); + sprite.setTexture(resources.getTexture("block.png")); // coloration du bloc en fonction de sa charge if (getCharge() > 0) {