From 19ba40a368b06c38365fe861b6de9403044096a7 Mon Sep 17 00:00:00 2001 From: drumsetmonkey <abelleisle@roadrunner.com> Date: Thu, 22 Oct 2015 11:52:29 -0400 Subject: Converted all of the entities to the new texture library --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 69cad20..373dbea 100644 --- a/main.cpp +++ b/main.cpp @@ -659,7 +659,7 @@ void logic(){ * click detection is done as well for NPC/player interaction. * */ - std::cout << "Game Loop: "<< loops << std::endl; + //std::cout << "Game Loop: "<< loops << std::endl; for(int i=0;i<=entity.size();i++){ -- cgit v1.2.3