aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-22 11:52:29 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-22 11:52:29 -0400
commit19ba40a368b06c38365fe861b6de9403044096a7 (patch)
tree2b062700490bae48d6e756d2138a1e2fd7c37a3b /main.cpp
parentc99d7fb5e5c047709ccd4823e39ccb16c153eecb (diff)
Converted all of the entities to the new texture library
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
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++){