From 86fba51a32de6528cead5fdf24846d1e0540cad9 Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 12:06:25 -0600 Subject: touching --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1cec997..d5a192d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,6 @@ int main() shader.Bind(); _spriteBatch.begin(); - printf("%d\n",L.creatures.size()); for(std::list::iterator it = L.creatures.begin(); it != L.creatures.end(); it++) _spriteBatch.draw(it->getGFXD()); -- cgit v1.2.3