Draw test was still in comments

0.8
Bruno Van de Velde 2017-02-10 01:28:44 +01:00
parent 290d8b3835
commit e8d7448f32
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@
target.clear({25, 130, 10}); \
gui.draw(); \
target.display(); \
target.getTexture().copyToImage().saveToFile(filename);/* \
REQUIRE(compareFiles(filename, "expected/" filename));*/
target.getTexture().copyToImage().saveToFile(filename); \
REQUIRE(compareFiles(filename, "expected/" filename));
static const sf::Time DOUBLE_CLICK_TIMEOUT = sf::milliseconds(500);