aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 905e4cd..15075b0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -197,8 +197,6 @@ void logic(){
else if(player.left)player.vel.x=-.00075;
else player.vel.x = 0;
- std::cout << deltaTime << std::endl;
-
currentWorld->detect(&player.loc,&player.vel,player.width);
gw=currentWorld->getWidth();
if(player.loc.x+player.width>-1+gw){