We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c980cbc commit fa5d978Copy full SHA for fa5d978
.gitignore
@@ -6,10 +6,8 @@
6
*.vcxproj
7
*.filters
8
*.opensdf
9
-*.DS_Store
10
11
ChessPlusPlus/
12
Debug/
13
Release/
14
-libs/SFML-4fbefe7/build_vs11/
15
-libs/SFML-4fbefe7/build_osx/
+libs/SFML-4fbefe7/build_vs11/
src/TextureManager.h
@@ -58,7 +58,6 @@ namespace chesspp
58
//************************************
59
sf::Texture *onLoadResource(const std::string &location)
60
{
61
- cout << "Loading texture: " << location << endl;
62
sf::Texture *ret = new sf::Texture();
63
if(!ret->loadFromFile(location))
64
return NULL;
0 commit comments