From 86fba51a32de6528cead5fdf24846d1e0540cad9 Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 12:06:25 -0600 Subject: touching --- README.md | 1 + src/main.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6968a39..58b471c 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ ideas - show framerate in gui credit to iamn1ck for opengl and quadtree + credit to dakjos for assistance with theorycrafting the idea 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