From ae040b6962d84c56808fc6ff484c5f17a531aca8 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Mon, 14 Sep 2015 21:23:10 -0400 Subject: Fixed deltaTime terminal output --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cpp') 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){ -- cgit v1.2.3